Uses of Class
software.amazon.awssdk.services.launchwizard.model.ListWorkloadsResponse
-
Packages that use ListWorkloadsResponse 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 ListWorkloadsResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return ListWorkloadsResponse Modifier and Type Method Description default ListWorkloadsResponseLaunchWizardClient. listWorkloads(Consumer<ListWorkloadsRequest.Builder> listWorkloadsRequest)Lists the available workload names.default ListWorkloadsResponseLaunchWizardClient. listWorkloads(ListWorkloadsRequest listWorkloadsRequest)Lists the available workload names.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type ListWorkloadsResponse Modifier and Type Method Description default CompletableFuture<ListWorkloadsResponse>LaunchWizardAsyncClient. listWorkloads(Consumer<ListWorkloadsRequest.Builder> listWorkloadsRequest)Lists the available workload names.default CompletableFuture<ListWorkloadsResponse>LaunchWizardAsyncClient. listWorkloads(ListWorkloadsRequest listWorkloadsRequest)Lists the available workload names. -
Uses of ListWorkloadsResponse in software.amazon.awssdk.services.launchwizard.paginators
Methods in software.amazon.awssdk.services.launchwizard.paginators that return types with arguments of type ListWorkloadsResponse Modifier and Type Method Description Iterator<ListWorkloadsResponse>ListWorkloadsIterable. iterator()Method parameters in software.amazon.awssdk.services.launchwizard.paginators with type arguments of type ListWorkloadsResponse Modifier and Type Method Description voidListWorkloadsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkloadsResponse> subscriber)
-