Uses of Class
software.amazon.awssdk.services.ram.model.ResourceRegionScopeFilter
-
Packages that use ResourceRegionScopeFilter Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceRegionScopeFilter in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceRegionScopeFilter Modifier and Type Method Description static ResourceRegionScopeFilterResourceRegionScopeFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceRegionScopeFilterListPendingInvitationResourcesRequest. resourceRegionScope()Specifies that you want the results to include only resources that have the specified scope.ResourceRegionScopeFilterListResourcesRequest. resourceRegionScope()Specifies that you want the results to include only resources that have the specified scope.ResourceRegionScopeFilterListResourceTypesRequest. resourceRegionScope()Specifies that you want the results to include only resources that have the specified scope.static ResourceRegionScopeFilterResourceRegionScopeFilter. valueOf(String name)Returns 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 ResourceRegionScopeFilter Modifier and Type Method Description static Set<ResourceRegionScopeFilter>ResourceRegionScopeFilter. knownValues()Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceRegionScopeFilter Modifier and Type Method Description ListPendingInvitationResourcesRequest.BuilderListPendingInvitationResourcesRequest.Builder. resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope)Specifies that you want the results to include only resources that have the specified scope.ListResourcesRequest.BuilderListResourcesRequest.Builder. resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope)Specifies that you want the results to include only resources that have the specified scope.ListResourceTypesRequest.BuilderListResourceTypesRequest.Builder. resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope)Specifies that you want the results to include only resources that have the specified scope.
-