Uses of Class
software.amazon.awssdk.services.ram.model.ResourceRegionScope
-
Packages that use ResourceRegionScope Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceRegionScope in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceRegionScope Modifier and Type Method Description static ResourceRegionScopeResourceRegionScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceRegionScopeResource. resourceRegionScope()Specifies the scope of visibility of this resource:ResourceRegionScopeServiceNameAndResourceType. resourceRegionScope()Specifies the scope of visibility of resources of this type:static ResourceRegionScopeResourceRegionScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceRegionScope[]ResourceRegionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceRegionScope Modifier and Type Method Description static Set<ResourceRegionScope>ResourceRegionScope. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceRegionScope Modifier and Type Method Description Resource.BuilderResource.Builder. resourceRegionScope(ResourceRegionScope resourceRegionScope)Specifies the scope of visibility of this resource:ServiceNameAndResourceType.BuilderServiceNameAndResourceType.Builder. resourceRegionScope(ResourceRegionScope resourceRegionScope)Specifies the scope of visibility of resources of this type:
-