Uses of Class
software.amazon.awssdk.core.Protocol
- 
Packages that use Protocol Package Description software.amazon.awssdk.core 
- 
- 
Uses of Protocol in software.amazon.awssdk.coreMethods in software.amazon.awssdk.core that return Protocol Modifier and Type Method Description static ProtocolProtocol. 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.
 
-