Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ResourceIdentifier
-
Packages that use ResourceIdentifier Package Description software.amazon.awssdk.services.resourcegroups.model software.amazon.awssdk.services.resourcegroups.paginators -
-
Uses of ResourceIdentifier in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierListGroupResourcesItem. identifier()Returns the value of the Identifier property for this object.Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type ResourceIdentifier Modifier and Type Method Description List<ResourceIdentifier>ListGroupResourcesResponse. resourceIdentifiers()Deprecated.This field is deprecated, use Resources instead.List<ResourceIdentifier>SearchResourcesResponse. resourceIdentifiers()The ARNs and resource types of resources that are members of the group that you specified.Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type ResourceIdentifier Modifier and Type Method Description ListGroupResourcesItem.BuilderListGroupResourcesItem.Builder. identifier(ResourceIdentifier identifier)Sets the value of the Identifier property for this object.ListGroupResourcesResponse.BuilderListGroupResourcesResponse.Builder. resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)Deprecated.This field is deprecated, use Resources instead.SearchResourcesResponse.BuilderSearchResourcesResponse.Builder. resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)The ARNs and resource types of resources that are members of the group that you specified.Method parameters in software.amazon.awssdk.services.resourcegroups.model with type arguments of type ResourceIdentifier Modifier and Type Method Description ListGroupResourcesResponse.BuilderListGroupResourcesResponse.Builder. resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)Deprecated.This field is deprecated, use Resources instead.SearchResourcesResponse.BuilderSearchResourcesResponse.Builder. resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)The ARNs and resource types of resources that are members of the group that you specified. -
Uses of ResourceIdentifier in software.amazon.awssdk.services.resourcegroups.paginators
Methods in software.amazon.awssdk.services.resourcegroups.paginators that return types with arguments of type ResourceIdentifier Modifier and Type Method Description SdkIterable<ResourceIdentifier>ListGroupResourcesIterable. resourceIdentifiers()Returns an iterable to iterate through the paginatedListGroupResourcesResponse.resourceIdentifiers()member.SdkPublisher<ResourceIdentifier>ListGroupResourcesPublisher. resourceIdentifiers()Returns a publisher that can be used to get a stream of data.SdkIterable<ResourceIdentifier>SearchResourcesIterable. resourceIdentifiers()Returns an iterable to iterate through the paginatedSearchResourcesResponse.resourceIdentifiers()member.SdkPublisher<ResourceIdentifier>SearchResourcesPublisher. resourceIdentifiers()Returns a publisher that can be used to get a stream of data.
-