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