Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.ActionIdentifier
-
Packages that use ActionIdentifier Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of ActionIdentifier in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return ActionIdentifier Modifier and Type Method Description ActionIdentifierBatchIsAuthorizedInputItem. action()Specifies the requested action to be authorized.ActionIdentifierIsAuthorizedRequest. action()Specifies the requested action to be authorized.ActionIdentifierIsAuthorizedWithTokenRequest. action()Specifies the requested action to be authorized.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type ActionIdentifier Modifier and Type Method Description BatchIsAuthorizedInputItem.BuilderBatchIsAuthorizedInputItem.Builder. action(ActionIdentifier action)Specifies the requested action to be authorized.IsAuthorizedRequest.BuilderIsAuthorizedRequest.Builder. action(ActionIdentifier action)Specifies the requested action to be authorized.IsAuthorizedWithTokenRequest.BuilderIsAuthorizedWithTokenRequest.Builder. action(ActionIdentifier action)Specifies the requested action to be authorized.
-