Uses of Interface
software.amazon.awssdk.services.memorydb.model.ACL.Builder
-
Packages that use ACL.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ACL.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ACL.Builder Modifier and Type Method Description ACL.BuilderACL.Builder. arn(String arn)The Amazon Resource Name (ARN) of the ACLstatic ACL.BuilderACL. builder()ACL.BuilderACL.Builder. clusters(String... clusters)A list of clusters associated with the ACL.ACL.BuilderACL.Builder. clusters(Collection<String> clusters)A list of clusters associated with the ACL.ACL.BuilderACL.Builder. minimumEngineVersion(String minimumEngineVersion)The minimum engine version supported for the ACLACL.BuilderACL.Builder. name(String name)The name of the Access Control Listdefault ACL.BuilderACL.Builder. pendingChanges(Consumer<ACLPendingChanges.Builder> pendingChanges)A list of updates being applied to the ACL.ACL.BuilderACL.Builder. pendingChanges(ACLPendingChanges pendingChanges)A list of updates being applied to the ACL.ACL.BuilderACL.Builder. status(String status)Indicates ACL status.ACL.BuilderACL. toBuilder()ACL.BuilderACL.Builder. userNames(String... userNames)The list of user names that belong to the ACL.ACL.BuilderACL.Builder. userNames(Collection<String> userNames)The list of user names that belong to the ACL.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ACL.Builder Modifier and Type Method Description static Class<? extends ACL.Builder>ACL. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ACL.Builder Modifier and Type Method Description default CreateAclResponse.BuilderCreateAclResponse.Builder. acl(Consumer<ACL.Builder> acl)The newly-created Access Control List.default DeleteAclResponse.BuilderDeleteAclResponse.Builder. acl(Consumer<ACL.Builder> acl)The Access Control List object that has been deleted.default UpdateAclResponse.BuilderUpdateAclResponse.Builder. acl(Consumer<ACL.Builder> acl)The updated Access Control List
-