Uses of Interface
software.amazon.awssdk.services.codedeploy.model.ListDeploymentsRequest.Builder
-
Packages that use ListDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.software.amazon.awssdk.services.codedeploy.model -
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.codedeploy
Method parameters in software.amazon.awssdk.services.codedeploy with type arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>CodeDeployAsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.default ListDeploymentsResponseCodeDeployClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.default ListDeploymentsPublisherCodeDeployAsyncClient. listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.default ListDeploymentsIterableCodeDeployClient. listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account. -
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ListDeploymentsRequest.Builder Modifier and Type Method Description ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. applicationName(String applicationName)The name of an CodeDeploy application associated with the user or Amazon Web Services account.static ListDeploymentsRequest.BuilderListDeploymentsRequest. builder()default ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. createTimeRange(Consumer<TimeRange.Builder> createTimeRange)A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. createTimeRange(TimeRange createTimeRange)A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. deploymentGroupName(String deploymentGroupName)The name of a deployment group for the specified application.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. externalId(String externalId)The unique ID of an external resource for returning deployments linked to the external resource.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. includeOnlyStatuses(Collection<DeploymentStatus> includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. includeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. includeOnlyStatusesWithStrings(String... includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. includeOnlyStatusesWithStrings(Collection<String> includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. nextToken(String nextToken)An identifier returned from the previous list deployments call.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentsRequest.BuilderListDeploymentsRequest. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeploymentsRequest.Builder>ListDeploymentsRequest. serializableBuilderClass()
-