Uses of Interface
software.amazon.awssdk.services.kms.model.ReplicateKeyResponse.Builder
Packages that use ReplicateKeyResponse.Builder
-
Uses of ReplicateKeyResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ReplicateKeyResponse.BuilderModifier and TypeMethodDescriptionstatic ReplicateKeyResponse.BuilderReplicateKeyResponse.builder()default ReplicateKeyResponse.BuilderReplicateKeyResponse.Builder.replicaKeyMetadata(Consumer<KeyMetadata.Builder> replicaKeyMetadata) Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.ReplicateKeyResponse.Builder.replicaKeyMetadata(KeyMetadata replicaKeyMetadata) Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys.ReplicateKeyResponse.Builder.replicaPolicy(String replicaPolicy) The key policy of the new replica key.ReplicateKeyResponse.Builder.replicaTags(Collection<Tag> replicaTags) The tags on the new replica key.ReplicateKeyResponse.Builder.replicaTags(Consumer<Tag.Builder>... replicaTags) The tags on the new replica key.ReplicateKeyResponse.Builder.replicaTags(Tag... replicaTags) The tags on the new replica key.ReplicateKeyResponse.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ReplicateKeyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReplicateKeyResponse.Builder>ReplicateKeyResponse.serializableBuilderClass()