| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.builder() |
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.Builder.createdArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.Builder.createdArtifactList(Consumer<CreatedArtifact.Builder>... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.Builder.createdArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.Builder.nextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.
|
ListCreatedArtifactsResponse.Builder |
ListCreatedArtifactsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCreatedArtifactsResponse.Builder> |
ListCreatedArtifactsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.