Uses of Class
software.amazon.awssdk.codegen.model.intermediate.Protocol
-
Packages that use Protocol Package Description software.amazon.awssdk.codegen.internal software.amazon.awssdk.codegen.model.intermediate -
-
Uses of Protocol in software.amazon.awssdk.codegen.internal
Methods in software.amazon.awssdk.codegen.internal with parameters of type Protocol Modifier and Type Method Description static ProtocolMetadataDefault
ProtocolMetadataDefault. from(Protocol protocol)
-
Uses of Protocol in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return Protocol Modifier and Type Method Description static Protocol
Protocol. fromValue(String strProtocol)
Protocol
Metadata. getProtocol()
static Protocol
Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type Protocol Modifier and Type Method Description void
Metadata. setProtocol(Protocol protocol)
Metadata
Metadata. withProtocol(Protocol protocol)
-