Uses of Class
software.amazon.awssdk.services.proton.model.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.paginators software.amazon.awssdk.services.proton.transform -
-
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type ListDeploymentsRequest Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>ProtonAsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)List deployments.default ListDeploymentsResponseProtonClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)List deployments.default ListDeploymentsPublisherProtonAsyncClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)List deployments.default ListDeploymentsIterableProtonClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)List deployments. -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.proton.paginators
Constructors in software.amazon.awssdk.services.proton.paginators with parameters of type ListDeploymentsRequest Constructor Description ListDeploymentsIterable(ProtonClient client, ListDeploymentsRequest firstRequest)ListDeploymentsPublisher(ProtonAsyncClient client, ListDeploymentsRequest firstRequest) -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type ListDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestListDeploymentsRequestMarshaller. marshall(ListDeploymentsRequest listDeploymentsRequest)
-