Uses of Class
software.amazon.awssdk.services.pi.model.FineGrainedAction
-
Packages that use FineGrainedAction Package Description software.amazon.awssdk.services.pi.model -
-
Uses of FineGrainedAction in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return FineGrainedAction Modifier and Type Method Description static FineGrainedActionFineGrainedAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FineGrainedActionFineGrainedAction. valueOf(String name)Returns the enum constant of this type with the specified name.static FineGrainedAction[]FineGrainedAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type FineGrainedAction Modifier and Type Method Description List<FineGrainedAction>ListAvailableResourceDimensionsRequest. authorizedActions()The actions to discover the dimensions you are authorized to access.static Set<FineGrainedAction>FineGrainedAction. knownValues()Methods in software.amazon.awssdk.services.pi.model with parameters of type FineGrainedAction Modifier and Type Method Description ListAvailableResourceDimensionsRequest.BuilderListAvailableResourceDimensionsRequest.Builder. authorizedActions(FineGrainedAction... authorizedActions)The actions to discover the dimensions you are authorized to access.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type FineGrainedAction Modifier and Type Method Description ListAvailableResourceDimensionsRequest.BuilderListAvailableResourceDimensionsRequest.Builder. authorizedActions(Collection<FineGrainedAction> authorizedActions)The actions to discover the dimensions you are authorized to access.
-