Uses of Enum
software.amazon.awssdk.services.pi.model.FineGrainedAction
Packages that use FineGrainedAction
-
Uses of FineGrainedAction in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return FineGrainedActionModifier and TypeMethodDescriptionstatic FineGrainedActionUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FineGrainedActionReturns 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 FineGrainedActionModifier and TypeMethodDescriptionfinal 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 FineGrainedActionModifier and TypeMethodDescriptionListAvailableResourceDimensionsRequest.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 FineGrainedActionModifier and TypeMethodDescriptionListAvailableResourceDimensionsRequest.Builder.authorizedActions(Collection<FineGrainedAction> authorizedActions) The actions to discover the dimensions you are authorized to access.