Uses of Class
software.amazon.awssdk.services.launchwizard.model.GetWorkloadResponse
-
Packages that use GetWorkloadResponse 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. -
-
Uses of GetWorkloadResponse in software.amazon.awssdk.services.launchwizard
Methods in software.amazon.awssdk.services.launchwizard that return GetWorkloadResponse Modifier and Type Method Description default GetWorkloadResponseLaunchWizardClient. getWorkload(Consumer<GetWorkloadRequest.Builder> getWorkloadRequest)Returns information about a workload.default GetWorkloadResponseLaunchWizardClient. getWorkload(GetWorkloadRequest getWorkloadRequest)Returns information about a workload.Methods in software.amazon.awssdk.services.launchwizard that return types with arguments of type GetWorkloadResponse Modifier and Type Method Description default CompletableFuture<GetWorkloadResponse>LaunchWizardAsyncClient. getWorkload(Consumer<GetWorkloadRequest.Builder> getWorkloadRequest)Returns information about a workload.default CompletableFuture<GetWorkloadResponse>LaunchWizardAsyncClient. getWorkload(GetWorkloadRequest getWorkloadRequest)Returns information about a workload.
-