Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDeploymentsResponse
-
Packages that use GetDeploymentsResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetDeploymentsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDeploymentsResponse Modifier and Type Method Description default GetDeploymentsResponseApiGatewayClient. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Gets information about a Deployments collection.default GetDeploymentsResponseApiGatewayClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets information about a Deployments collection.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetDeploymentsResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentsResponse>ApiGatewayAsyncClient. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Gets information about a Deployments collection.default CompletableFuture<GetDeploymentsResponse>ApiGatewayAsyncClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Gets information about a Deployments collection. -
Uses of GetDeploymentsResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetDeploymentsResponse Modifier and Type Method Description Iterator<GetDeploymentsResponse>GetDeploymentsIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetDeploymentsResponse Modifier and Type Method Description voidGetDeploymentsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDeploymentsResponse> subscriber)
-