Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceRegionScope
Packages that use ResourceRegionScope
-
Uses of ResourceRegionScope in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceRegionScopeModifier and TypeMethodDescriptionstatic ResourceRegionScopeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceRegionScopeResource.resourceRegionScope()Specifies the scope of visibility of this resource:final ResourceRegionScopeServiceNameAndResourceType.resourceRegionScope()Specifies the scope of visibility of resources of this type:static ResourceRegionScopeReturns 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 ResourceRegionScopeModifier and TypeMethodDescriptionstatic Set<ResourceRegionScope>ResourceRegionScope.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceRegionScopeModifier and TypeMethodDescriptionResource.Builder.resourceRegionScope(ResourceRegionScope resourceRegionScope) Specifies the scope of visibility of this resource:ServiceNameAndResourceType.Builder.resourceRegionScope(ResourceRegionScope resourceRegionScope) Specifies the scope of visibility of resources of this type: