Uses of Class
software.amazon.awssdk.services.memorydb.model.ACL
-
Packages that use ACL Package Description software.amazon.awssdk.services.memorydb.model software.amazon.awssdk.services.memorydb.paginators -
-
Uses of ACL in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ACL Modifier and Type Method Description ACLCreateAclResponse. acl()The newly-created Access Control List.ACLDeleteAclResponse. acl()The Access Control List object that has been deleted.ACLUpdateAclResponse. acl()The updated Access Control List.Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ACL Modifier and Type Method Description List<ACL>DescribeAcLsResponse. acLs()The list of ACLs.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type ACL Modifier and Type Method Description CreateAclResponse.BuilderCreateAclResponse.Builder. acl(ACL acl)The newly-created Access Control List.DeleteAclResponse.BuilderDeleteAclResponse.Builder. acl(ACL acl)The Access Control List object that has been deleted.UpdateAclResponse.BuilderUpdateAclResponse.Builder. acl(ACL acl)The updated Access Control List.DescribeAcLsResponse.BuilderDescribeAcLsResponse.Builder. acLs(ACL... acLs)The list of ACLs.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ACL Modifier and Type Method Description DescribeAcLsResponse.BuilderDescribeAcLsResponse.Builder. acLs(Collection<ACL> acLs)The list of ACLs. -
Uses of ACL in software.amazon.awssdk.services.memorydb.paginators
Methods in software.amazon.awssdk.services.memorydb.paginators that return types with arguments of type ACL Modifier and Type Method Description SdkIterable<ACL>DescribeACLsIterable. acLs()Returns an iterable to iterate through the paginatedDescribeAcLsResponse.acLs()member.SdkPublisher<ACL>DescribeACLsPublisher. acLs()Returns a publisher that can be used to get a stream of data.
-