Uses of Interface
software.amazon.awssdk.services.launchwizard.model.ListWorkloadsRequest.Builder
-
Packages that use ListWorkloadsRequest.Builder 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.model -
-
Uses of ListWorkloadsRequest.Builder in software.amazon.awssdk.services.launchwizard
-
Uses of ListWorkloadsRequest.Builder in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return ListWorkloadsRequest.Builder Modifier and Type Method Description static ListWorkloadsRequest.BuilderListWorkloadsRequest. builder()ListWorkloadsRequest.BuilderListWorkloadsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this request.ListWorkloadsRequest.BuilderListWorkloadsRequest.Builder. nextToken(String nextToken)The token returned from a previous paginated request.ListWorkloadsRequest.BuilderListWorkloadsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkloadsRequest.BuilderListWorkloadsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkloadsRequest.BuilderListWorkloadsRequest. toBuilder()Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type ListWorkloadsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkloadsRequest.Builder>ListWorkloadsRequest. serializableBuilderClass()
-