Uses of Class
software.amazon.awssdk.services.dataexchange.model.ProtocolType
-
Packages that use ProtocolType Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of ProtocolType in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.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.ProtocolTypeApiGatewayApiAsset. protocolType()The protocol type of the API asset.ProtocolTypeImportAssetFromApiGatewayApiRequestDetails. protocolType()The protocol type.ProtocolTypeImportAssetFromApiGatewayApiResponseDetails. protocolType()The protocol type.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.dataexchange.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.dataexchange.model with parameters of type ProtocolType Modifier and Type Method Description ApiGatewayApiAsset.BuilderApiGatewayApiAsset.Builder. protocolType(ProtocolType protocolType)The protocol type of the API asset.ImportAssetFromApiGatewayApiRequestDetails.BuilderImportAssetFromApiGatewayApiRequestDetails.Builder. protocolType(ProtocolType protocolType)The protocol type.ImportAssetFromApiGatewayApiResponseDetails.BuilderImportAssetFromApiGatewayApiResponseDetails.Builder. protocolType(ProtocolType protocolType)The protocol type.
-