Uses of Interface
software.amazon.awssdk.services.appconfig.model.ListDeploymentsRequest.Builder
-
Packages that use ListDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments.software.amazon.awssdk.services.appconfig.model -
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.appconfig
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ListDeploymentsRequest.Builder Modifier and Type Method Description ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. applicationId(String applicationId)The application ID.static ListDeploymentsRequest.BuilderListDeploymentsRequest. builder()ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. environmentId(String environmentId)The environment ID.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. maxResults(Integer maxResults)The maximum number of items that may be returned for this call.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. nextToken(String nextToken)The token returned by a prior call to this operation indicating the next set of results to be returned.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentsRequest.BuilderListDeploymentsRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeploymentsRequest.Builder>ListDeploymentsRequest. serializableBuilderClass()
-