Uses of Class
software.amazon.awssdk.services.launchwizard.model.ListDeploymentsResponse
-
Packages that use ListDeploymentsResponse Package Description software.amazon.awssdk.services.launchwizard Launch Wizard offers a guided way of sizing, configuring, and deploying Amazon Web Services resources for third party applications, such as Microsoft SQL Server Always On and HANA based SAP systems, without the need to manually identify and provision individual Amazon Web Services resources.software.amazon.awssdk.services.launchwizard.paginators -
-
Uses of ListDeploymentsResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return ListDeploymentsResponse Modifier and Type Method Description default ListDeploymentsResponseLaunchWizardClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments that have been created.default ListDeploymentsResponseLaunchWizardClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments that have been created.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>LaunchWizardAsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments that have been created.default CompletableFuture<ListDeploymentsResponse>LaunchWizardAsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments that have been created. -
Uses of ListDeploymentsResponse in software.amazon.awssdk.services.launchwizard.paginators
Methods in software.amazon.awssdk.services.launchwizard.paginators that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description Iterator<ListDeploymentsResponse>ListDeploymentsIterable. iterator()Method parameters in software.amazon.awssdk.services.launchwizard.paginators with type arguments of type ListDeploymentsResponse Modifier and Type Method Description voidListDeploymentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber)
-