Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.CreateSecretResponse.Builder
Packages that use CreateSecretResponse.Builder
-
Uses of CreateSecretResponse.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return CreateSecretResponse.BuilderModifier and TypeMethodDescriptionThe ARN of the new secret.static CreateSecretResponse.BuilderCreateSecretResponse.builder()The name of the new secret.CreateSecretResponse.Builder.replicationStatus(Collection<ReplicationStatusType> replicationStatus) A list of the replicas of this secret and their status:CreateSecretResponse.Builder.replicationStatus(Consumer<ReplicationStatusType.Builder>... replicationStatus) A list of the replicas of this secret and their status:CreateSecretResponse.Builder.replicationStatus(ReplicationStatusType... replicationStatus) A list of the replicas of this secret and their status:CreateSecretResponse.toBuilder()The unique identifier associated with the version of the new secret.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type CreateSecretResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSecretResponse.Builder>CreateSecretResponse.serializableBuilderClass()