| 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)
The ARNs of the resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(Consumer<FailedResource.Builder>... failed)
The ARNs of the resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.failed(FailedResource... failed)
The ARNs of the resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.succeeded(Collection<String> succeeded)
The ARNs of the resources that were successfully added to the group by this operation.
|
GroupResourcesResponse.Builder |
GroupResourcesResponse.Builder.succeeded(String... succeeded)
The ARNs of the 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 © 2020. All rights reserved.