static ListDeploymentsRequest.Builder |
ListDeploymentsRequest.builder() |
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.historyFilter(String historyFilter) |
The filter for the list of deployments.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.historyFilter(DeploymentHistoryFilter historyFilter) |
The filter for the list of deployments.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to be returned per paginated request.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.nextToken(String nextToken) |
The token to be used for the next set of paginated results.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.parentTargetArn(String parentTargetArn) |
The parent deployment's target ARN within a
subdeployment.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.Builder.targetArn(String targetArn) |
The ARN of the
target IoT thing or thing group.
|
ListDeploymentsRequest.Builder |
ListDeploymentsRequest.toBuilder() |
|