Uses of Interface
software.amazon.awssdk.services.appconfig.model.ListDeploymentsRequest.Builder
-
Packages that use ListDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.software.amazon.awssdk.services.appconfig.model -
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>AppConfigAsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsResponseAppConfigClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsPublisherAppConfigAsyncClient. listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order.default ListDeploymentsIterableAppConfigClient. listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments for an environment in descending deployment number order. -
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()
-