Uses of Class
software.amazon.awssdk.awscore.internal.AwsServiceProtocol
-
Packages that use AwsServiceProtocol Package Description software.amazon.awssdk.awscore.internal -
-
Uses of AwsServiceProtocol in software.amazon.awssdk.awscore.internal
Methods in software.amazon.awssdk.awscore.internal that return AwsServiceProtocol Modifier and Type Method Description static AwsServiceProtocolAwsServiceProtocol. fromValue(String strProtocol)static AwsServiceProtocolAwsServiceProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsServiceProtocol[]AwsServiceProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.awscore.internal with parameters of type AwsServiceProtocol Modifier and Type Method Description AwsProtocolMetadata.BuilderAwsProtocolMetadata.Builder. serviceProtocol(AwsServiceProtocol serviceProtocol)
-