Uses of Interface
software.amazon.awssdk.services.ssm.model.GetDocumentRequest.Builder
Packages that use GetDocumentRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of GetDocumentRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetDocumentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetDocumentResponse>SsmAsyncClient.getDocument(Consumer<GetDocumentRequest.Builder> getDocumentRequest) Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).default GetDocumentResponseSsmClient.getDocument(Consumer<GetDocumentRequest.Builder> getDocumentRequest) Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document). -
Uses of GetDocumentRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetDocumentRequest.BuilderModifier and TypeMethodDescriptionstatic GetDocumentRequest.BuilderGetDocumentRequest.builder()GetDocumentRequest.Builder.documentFormat(String documentFormat) Returns the document in the specified format.GetDocumentRequest.Builder.documentFormat(DocumentFormat documentFormat) Returns the document in the specified format.GetDocumentRequest.Builder.documentVersion(String documentVersion) The document version for which you want information.The name of the SSM document.GetDocumentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDocumentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDocumentRequest.toBuilder()GetDocumentRequest.Builder.versionName(String versionName) An optional field specifying the version of the artifact associated with the document.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetDocumentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDocumentRequest.Builder>GetDocumentRequest.serializableBuilderClass()