Uses of Interface
software.amazon.awssdk.policybuilder.iam.IamResource
-
Packages that use IamResource Package Description software.amazon.awssdk.policybuilder.iam software.amazon.awssdk.policybuilder.iam.internal -
-
Uses of IamResource in software.amazon.awssdk.policybuilder.iam
Fields in software.amazon.awssdk.policybuilder.iam declared as IamResource Modifier and Type Field Description static IamResourceIamResource. ALLAnIamResourcerepresenting ALL resources.Methods in software.amazon.awssdk.policybuilder.iam that return IamResource Modifier and Type Method Description static IamResourceIamResource. create(String value)Create a newIamResourceelement with the providedIamValue.value().Methods in software.amazon.awssdk.policybuilder.iam that return types with arguments of type IamResource Modifier and Type Method Description List<IamResource>IamStatement. notResources()Retrieve the value set byIamStatement.Builder.notResources(Collection).List<IamResource>IamStatement. resources()Retrieve the value set byIamStatement.Builder.resources(Collection).Methods in software.amazon.awssdk.policybuilder.iam with parameters of type IamResource Modifier and Type Method Description IamStatement.BuilderIamStatement.Builder. addNotResource(IamResource resource)Append aNotResourceelement to the statement, specifying that the statement should apply to every resource except the ones listed.IamStatement.BuilderIamStatement.Builder. addResource(IamResource resource)Append aResourceelement to the statement, specifying a resource that the statement covers.Method parameters in software.amazon.awssdk.policybuilder.iam with type arguments of type IamResource Modifier and Type Method Description IamStatement.BuilderIamStatement.Builder. notResources(Collection<IamResource> resources)Configure theNotResourceelement of the statement, specifying that the statement should apply to every resource except the ones listed.IamStatement.BuilderIamStatement.Builder. resources(Collection<IamResource> resources)Configure theResourceelement of the statement, specifying the resource(s) that the statement covers. -
Uses of IamResource in software.amazon.awssdk.policybuilder.iam.internal
Classes in software.amazon.awssdk.policybuilder.iam.internal that implement IamResource Modifier and Type Class Description classDefaultIamResourceDefault implementation ofIamResource.Methods in software.amazon.awssdk.policybuilder.iam.internal that return types with arguments of type IamResource Modifier and Type Method Description List<IamResource>DefaultIamStatement. notResources()List<IamResource>DefaultIamStatement. resources()Methods in software.amazon.awssdk.policybuilder.iam.internal with parameters of type IamResource Modifier and Type Method Description IamStatement.BuilderDefaultIamStatement.Builder. addNotResource(IamResource notResource)IamStatement.BuilderDefaultIamStatement.Builder. addResource(IamResource resource)Method parameters in software.amazon.awssdk.policybuilder.iam.internal with type arguments of type IamResource Modifier and Type Method Description IamStatement.BuilderDefaultIamStatement.Builder. notResources(Collection<IamResource> notResources)IamStatement.BuilderDefaultIamStatement.Builder. resources(Collection<IamResource> resources)
-