Uses of Interface
software.amazon.awssdk.services.ssm.model.DisassociateOpsItemRelatedItemRequest.Builder
Packages that use DisassociateOpsItemRelatedItemRequest.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 DisassociateOpsItemRelatedItemRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DisassociateOpsItemRelatedItemRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.disassociateOpsItemRelatedItem(Consumer<DisassociateOpsItemRelatedItemRequest.Builder> disassociateOpsItemRelatedItemRequest) Deletes the association between an OpsItem and a related item.SsmClient.disassociateOpsItemRelatedItem(Consumer<DisassociateOpsItemRelatedItemRequest.Builder> disassociateOpsItemRelatedItemRequest) Deletes the association between an OpsItem and a related item. -
Uses of DisassociateOpsItemRelatedItemRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DisassociateOpsItemRelatedItemRequest.BuilderModifier and TypeMethodDescriptionDisassociateOpsItemRelatedItemRequest.Builder.associationId(String associationId) The ID of the association for which you want to delete an association between the OpsItem and a related item.DisassociateOpsItemRelatedItemRequest.builder()The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.DisassociateOpsItemRelatedItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateOpsItemRelatedItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisassociateOpsItemRelatedItemRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DisassociateOpsItemRelatedItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateOpsItemRelatedItemRequest.Builder>DisassociateOpsItemRelatedItemRequest.serializableBuilderClass()