Uses of Interface
software.amazon.awssdk.services.m2.model.ListDeploymentsRequest.Builder
-
Packages that use ListDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.model -
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.m2
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ListDeploymentsRequest.Builder Modifier and Type Method Description ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. applicationId(String applicationId)The application identifier.static ListDeploymentsRequest.BuilderListDeploymentsRequest. builder()ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects to return.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. nextToken(String nextToken)A pagination token returned from a previous call to this operation.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentsRequest.BuilderListDeploymentsRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeploymentsRequest.Builder>ListDeploymentsRequest. serializableBuilderClass()
-