Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateDocumentResponse.Builder
-
Packages that use UpdateDocumentResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of UpdateDocumentResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateDocumentResponse.Builder Modifier and Type Method Description static UpdateDocumentResponse.BuilderUpdateDocumentResponse. builder()default UpdateDocumentResponse.BuilderUpdateDocumentResponse.Builder. documentDescription(Consumer<DocumentDescription.Builder> documentDescription)A description of the document that was updated.UpdateDocumentResponse.BuilderUpdateDocumentResponse.Builder. documentDescription(DocumentDescription documentDescription)A description of the document that was updated.UpdateDocumentResponse.BuilderUpdateDocumentResponse. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateDocumentResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDocumentResponse.Builder>UpdateDocumentResponse. serializableBuilderClass()
-