Uses of Class
software.amazon.awssdk.crt.io.TlsKeyOperation.Type
-
Packages that use TlsKeyOperation.Type Package Description software.amazon.awssdk.crt.io -
-
Uses of TlsKeyOperation.Type in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsKeyOperation.Type Modifier and Type Method Description static TlsKeyOperation.Type
TlsKeyOperation.Type. getEnumValueFromInteger(int value)
TlsKeyOperation.Type
TlsKeyOperation. getType()
Returns the operation that needs to be performed.static TlsKeyOperation.Type
TlsKeyOperation.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static TlsKeyOperation.Type[]
TlsKeyOperation.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-