Uses of Interface
software.amazon.awssdk.services.ssm.model.DeleteDocumentRequest.Builder
Packages that use DeleteDocumentRequest.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 DeleteDocumentRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DeleteDocumentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteDocumentResponse>SsmAsyncClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest) Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.default DeleteDocumentResponseSsmClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest) Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document. -
Uses of DeleteDocumentRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DeleteDocumentRequest.BuilderModifier and TypeMethodDescriptionDeleteDocumentRequest.builder()DeleteDocumentRequest.Builder.documentVersion(String documentVersion) The version of the document that you want to delete.Some SSM document types require that you specify aForceflag before you can delete the document.The name of the document.DeleteDocumentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteDocumentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteDocumentRequest.toBuilder()DeleteDocumentRequest.Builder.versionName(String versionName) The version name of the document that you want to delete.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DeleteDocumentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteDocumentRequest.Builder>DeleteDocumentRequest.serializableBuilderClass()