Uses of Enum
software.amazon.awssdk.services.ram.model.ResourceRegionScopeFilter
Packages that use ResourceRegionScopeFilter
-
Uses of ResourceRegionScopeFilter in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceRegionScopeFilterModifier and TypeMethodDescriptionstatic ResourceRegionScopeFilterUse this in place of valueOf to convert the raw string returned by the service into the enum value.ListPendingInvitationResourcesRequest.resourceRegionScope()Specifies that you want the results to include only resources that have the specified scope.ListResourcesRequest.resourceRegionScope()Specifies that you want the results to include only resources that have the specified scope.ListResourceTypesRequest.resourceRegionScope()Specifies that you want the results to include only resources that have the specified scope.static ResourceRegionScopeFilterReturns the enum constant of this type with the specified name.static ResourceRegionScopeFilter[]ResourceRegionScopeFilter.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 ResourceRegionScopeFilterModifier and TypeMethodDescriptionstatic Set<ResourceRegionScopeFilter>ResourceRegionScopeFilter.knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceRegionScopeFilterModifier and TypeMethodDescriptionListPendingInvitationResourcesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope) Specifies that you want the results to include only resources that have the specified scope.ListResourcesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope) Specifies that you want the results to include only resources that have the specified scope.ListResourceTypesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope) Specifies that you want the results to include only resources that have the specified scope.