| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayApiAsset |
ApiGatewayApiAsset.clone() |
ApiGatewayApiAsset |
AssetDetails.getApiGatewayApiAsset()
Information about the API Gateway API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiDescription(String apiDescription)
The API description of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiEndpoint(String apiEndpoint)
The API endpoint of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiId(String apiId)
The unique identifier of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiKey(String apiKey)
The API key of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiName(String apiName)
The API name of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiSpecificationDownloadUrl(String apiSpecificationDownloadUrl)
The download URL of the API specification of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withApiSpecificationDownloadUrlExpiresAt(Date apiSpecificationDownloadUrlExpiresAt)
The date and time that the upload URL expires, in ISO 8601 format.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withProtocolType(ProtocolType protocolType)
The protocol type of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withProtocolType(String protocolType)
The protocol type of the API asset.
|
ApiGatewayApiAsset |
ApiGatewayApiAsset.withStage(String stage)
The stage of the API asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetDetails.setApiGatewayApiAsset(ApiGatewayApiAsset apiGatewayApiAsset)
Information about the API Gateway API asset.
|
AssetDetails |
AssetDetails.withApiGatewayApiAsset(ApiGatewayApiAsset apiGatewayApiAsset)
Information about the API Gateway API asset.
|
Copyright © 2024. All rights reserved.