Uses of Interface
software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus.Builder
-
Packages that use ACLsUpdateStatus.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ACLsUpdateStatus.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ACLsUpdateStatus.Builder Modifier and Type Method Description ACLsUpdateStatus.BuilderACLsUpdateStatus.Builder. aclToApply(String aclToApply)A list of ACLs pending to be applied.static ACLsUpdateStatus.BuilderACLsUpdateStatus. builder()ACLsUpdateStatus.BuilderACLsUpdateStatus. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ACLsUpdateStatus.Builder Modifier and Type Method Description static Class<? extends ACLsUpdateStatus.Builder>ACLsUpdateStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ACLsUpdateStatus.Builder Modifier and Type Method Description default ClusterPendingUpdates.BuilderClusterPendingUpdates.Builder. acLs(Consumer<ACLsUpdateStatus.Builder> acLs)A list of ACLs associated with the cluster that are being updated
-