Uses of Class
software.amazon.awssdk.services.appconfig.model.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.software.amazon.awssdk.services.appconfig.paginators software.amazon.awssdk.services.appconfig.transform -
-
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type ListDeploymentsRequest Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>AppConfigAsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsResponseAppConfigClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsPublisherAppConfigAsyncClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsIterableAppConfigClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order. -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.appconfig.paginators
Constructors in software.amazon.awssdk.services.appconfig.paginators with parameters of type ListDeploymentsRequest Constructor Description ListDeploymentsIterable(AppConfigClient client, ListDeploymentsRequest firstRequest)ListDeploymentsPublisher(AppConfigAsyncClient client, ListDeploymentsRequest firstRequest) -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type ListDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestListDeploymentsRequestMarshaller. marshall(ListDeploymentsRequest listDeploymentsRequest)
-