| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupResourcesResponse.Builder |
GroupResourcesResponse.builder() |
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(Collection<FailedResource> failed)
A list of ARNs of any resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(Consumer<FailedResource.Builder>... failed)
A list of ARNs of any resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(FailedResource... failed)
A list of ARNs of any resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.pending(Collection<PendingResource> pending)
A list of ARNs of any resources that are still in the process of being added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.pending(Consumer<PendingResource.Builder>... pending)
A list of ARNs of any resources that are still in the process of being added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.pending(PendingResource... pending)
A list of ARNs of any resources that are still in the process of being added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.succeeded(Collection<String> succeeded)
A list of ARNs of resources that were successfully added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.succeeded(String... succeeded)
A list of ARNs of resources that were successfully added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GroupResourcesResponse.Builder> |
GroupResourcesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.