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.ActionIdentifierBatchIsAuthorizedWithTokenInputItem. 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 that return types with arguments of type ActionIdentifier Modifier and Type Method Description List<ActionIdentifier>CreatePolicyResponse. actions()The action that a policy permits or forbids.List<ActionIdentifier>GetPolicyResponse. actions()The action that a policy permits or forbids.List<ActionIdentifier>PolicyItem. actions()The action that a policy permits or forbids.List<ActionIdentifier>UpdatePolicyResponse. actions()The action that a policy permits or forbids.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.BatchIsAuthorizedWithTokenInputItem.BuilderBatchIsAuthorizedWithTokenInputItem.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.CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. actions(ActionIdentifier... actions)The action that a policy permits or forbids.GetPolicyResponse.BuilderGetPolicyResponse.Builder. actions(ActionIdentifier... actions)The action that a policy permits or forbids.PolicyItem.BuilderPolicyItem.Builder. actions(ActionIdentifier... actions)The action that a policy permits or forbids.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. actions(ActionIdentifier... actions)The action that a policy permits or forbids.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type ActionIdentifier Modifier and Type Method Description CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. actions(Collection<ActionIdentifier> actions)The action that a policy permits or forbids.GetPolicyResponse.BuilderGetPolicyResponse.Builder. actions(Collection<ActionIdentifier> actions)The action that a policy permits or forbids.PolicyItem.BuilderPolicyItem.Builder. actions(Collection<ActionIdentifier> actions)The action that a policy permits or forbids.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. actions(Collection<ActionIdentifier> actions)The action that a policy permits or forbids.
-