| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway |
|
| software.amazon.awssdk.services.apigateway.paginators | |
| software.amazon.awssdk.services.apigateway.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetVpcLinksResponse |
ApiGatewayClient.getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
default CompletableFuture<GetVpcLinksResponse> |
ApiGatewayAsyncClient.getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
default GetVpcLinksIterable |
ApiGatewayClient.getVpcLinksPaginator(GetVpcLinksRequest getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
default GetVpcLinksPublisher |
ApiGatewayAsyncClient.getVpcLinksPaginator(GetVpcLinksRequest getVpcLinksRequest)
Gets the VpcLinks collection under the caller's account in a selected region.
|
| Constructor and Description |
|---|
GetVpcLinksIterable(ApiGatewayClient client,
GetVpcLinksRequest firstRequest) |
GetVpcLinksPublisher(ApiGatewayAsyncClient client,
GetVpcLinksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetVpcLinksRequestMarshaller.marshall(GetVpcLinksRequest getVpcLinksRequest) |
Copyright © 2023. All rights reserved.