Uses of Class
software.amazon.awssdk.services.launchwizard.model.ListWorkloadsRequest
-
Packages that use ListWorkloadsRequest 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 software.amazon.awssdk.services.launchwizard.transform -
-
Uses of ListWorkloadsRequest in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard with parameters of type ListWorkloadsRequest Modifier and Type Method Description default CompletableFuture<ListWorkloadsResponse>LaunchWizardAsyncClient. listWorkloads(ListWorkloadsRequest listWorkloadsRequest)Lists the available workload names.default ListWorkloadsResponseLaunchWizardClient. listWorkloads(ListWorkloadsRequest listWorkloadsRequest)Lists the available workload names.default ListWorkloadsPublisherLaunchWizardAsyncClient. listWorkloadsPaginator(ListWorkloadsRequest listWorkloadsRequest)This is a variant ofLaunchWizardAsyncClient.listWorkloads(software.amazon.awssdk.services.launchwizard.model.ListWorkloadsRequest)operation.default ListWorkloadsIterableLaunchWizardClient. listWorkloadsPaginator(ListWorkloadsRequest listWorkloadsRequest)This is a variant ofLaunchWizardClient.listWorkloads(software.amazon.awssdk.services.launchwizard.model.ListWorkloadsRequest)operation. -
Uses of ListWorkloadsRequest in software.amazon.awssdk.services.launchwizard.paginators
Constructors in software.amazon.awssdk.services.launchwizard.paginators with parameters of type ListWorkloadsRequest Constructor Description ListWorkloadsIterable(LaunchWizardClient client, ListWorkloadsRequest firstRequest)ListWorkloadsPublisher(LaunchWizardAsyncClient client, ListWorkloadsRequest firstRequest) -
Uses of ListWorkloadsRequest in software.amazon.awssdk.services.launchwizard.transform
Methods in software.amazon.awssdk.services.launchwizard.transform with parameters of type ListWorkloadsRequest Modifier and Type Method Description SdkHttpFullRequestListWorkloadsRequestMarshaller. marshall(ListWorkloadsRequest listWorkloadsRequest)
-