Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.ProtocolType
-
Packages that use ProtocolType Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of ProtocolType in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtocolTypeApi. protocolType()The API protocol.ProtocolTypeCreateApiRequest. protocolType()The API protocol.ProtocolTypeCreateApiResponse. protocolType()The API protocol.ProtocolTypeGetApiResponse. protocolType()The API protocol.ProtocolTypeImportApiResponse. protocolType()The API protocol.ProtocolTypeReimportApiResponse. protocolType()The API protocol.ProtocolTypeUpdateApiResponse. protocolType()The API protocol.static ProtocolTypeProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolType[]ProtocolType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type ProtocolType Modifier and Type Method Description static Set<ProtocolType>ProtocolType. knownValues()Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type ProtocolType Modifier and Type Method Description Api.BuilderApi.Builder. protocolType(ProtocolType protocolType)The API protocol.CreateApiRequest.BuilderCreateApiRequest.Builder. protocolType(ProtocolType protocolType)The API protocol.CreateApiResponse.BuilderCreateApiResponse.Builder. protocolType(ProtocolType protocolType)The API protocol.GetApiResponse.BuilderGetApiResponse.Builder. protocolType(ProtocolType protocolType)The API protocol.ImportApiResponse.BuilderImportApiResponse.Builder. protocolType(ProtocolType protocolType)The API protocol.ReimportApiResponse.BuilderReimportApiResponse.Builder. protocolType(ProtocolType protocolType)The API protocol.UpdateApiResponse.BuilderUpdateApiResponse.Builder. protocolType(ProtocolType protocolType)The API protocol.
-