Uses of Interface
software.amazon.awssdk.services.apigateway.ApiGatewayClient
Packages that use ApiGatewayClient
Package
Description
-
Uses of ApiGatewayClient in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return ApiGatewayClientModifier and TypeMethodDescriptionstatic ApiGatewayClientApiGatewayClient.create()Create aApiGatewayClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ApiGatewayClient in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type ApiGatewayClientModifierConstructorDescriptionGetApiKeysIterable(ApiGatewayClient client, GetApiKeysRequest firstRequest) GetBasePathMappingsIterable(ApiGatewayClient client, GetBasePathMappingsRequest firstRequest) GetClientCertificatesIterable(ApiGatewayClient client, GetClientCertificatesRequest firstRequest) GetDeploymentsIterable(ApiGatewayClient client, GetDeploymentsRequest firstRequest) GetDomainNamesIterable(ApiGatewayClient client, GetDomainNamesRequest firstRequest) GetModelsIterable(ApiGatewayClient client, GetModelsRequest firstRequest) GetResourcesIterable(ApiGatewayClient client, GetResourcesRequest firstRequest) GetRestApisIterable(ApiGatewayClient client, GetRestApisRequest firstRequest) GetUsageIterable(ApiGatewayClient client, GetUsageRequest firstRequest) GetUsagePlanKeysIterable(ApiGatewayClient client, GetUsagePlanKeysRequest firstRequest) GetUsagePlansIterable(ApiGatewayClient client, GetUsagePlansRequest firstRequest) GetVpcLinksIterable(ApiGatewayClient client, GetVpcLinksRequest firstRequest)