| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtocolType |
ApiGatewayApiAsset.protocolType()
The protocol type of the API asset.
|
ProtocolType |
ImportAssetFromApiGatewayApiResponseDetails.protocolType()
The protocol type.
|
ProtocolType |
ImportAssetFromApiGatewayApiRequestDetails.protocolType()
The protocol type.
|
static ProtocolType |
ProtocolType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProtocolType> |
ProtocolType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayApiAsset.Builder |
ApiGatewayApiAsset.Builder.protocolType(ProtocolType protocolType)
The protocol type of the API asset.
|
ImportAssetFromApiGatewayApiResponseDetails.Builder |
ImportAssetFromApiGatewayApiResponseDetails.Builder.protocolType(ProtocolType protocolType)
The protocol type.
|
ImportAssetFromApiGatewayApiRequestDetails.Builder |
ImportAssetFromApiGatewayApiRequestDetails.Builder.protocolType(ProtocolType protocolType)
The protocol type.
|
Copyright © 2023. All rights reserved.