Uses of Class
software.amazon.awssdk.services.resourcegroups.model.PendingResource
-
Packages that use PendingResource Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of PendingResource in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type PendingResource Modifier and Type Method Description List<PendingResource>GroupResourcesResponse. pending()A list of ARNs of any resources that this operation is still in the process adding to the group.List<PendingResource>UngroupResourcesResponse. pending()A list of any resources that are still in the process of being removed from the group by this operation.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type PendingResource Modifier and Type Method Description GroupResourcesResponse.BuilderGroupResourcesResponse.Builder. pending(PendingResource... pending)A list of ARNs of any resources that this operation is still in the process adding to the group.UngroupResourcesResponse.BuilderUngroupResourcesResponse.Builder. pending(PendingResource... pending)A list of any resources that are still in the process of being removed from the group by this operation.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type PendingResource Modifier and Type Method Description GroupResourcesResponse.BuilderGroupResourcesResponse.Builder. pending(Collection<PendingResource> pending)A list of ARNs of any resources that this operation is still in the process adding to the group.UngroupResourcesResponse.BuilderUngroupResourcesResponse.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.
-