static UngroupResourcesResponse.Builder |
UngroupResourcesResponse.builder() |
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.failed(Collection<FailedResource> failed) |
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.failed(Consumer<FailedResource.Builder>... failed) |
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.failed(FailedResource... failed) |
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.pending(Collection<PendingResource> pending) |
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.pending(Consumer<PendingResource.Builder>... pending) |
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.pending(PendingResource... pending) |
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.succeeded(String... succeeded) |
A list of resources that were successfully removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.Builder.succeeded(Collection<String> succeeded) |
A list of resources that were successfully removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
UngroupResourcesResponse.toBuilder() |
|