Uses of Interface
software.amazon.awssdk.services.ssm.model.AssociateOpsItemRelatedItemRequest.Builder
Packages that use AssociateOpsItemRelatedItemRequest.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 AssociateOpsItemRelatedItemRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type AssociateOpsItemRelatedItemRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.associateOpsItemRelatedItem(Consumer<AssociateOpsItemRelatedItemRequest.Builder> associateOpsItemRelatedItemRequest) Associates a related item to a Systems Manager OpsCenter OpsItem.SsmClient.associateOpsItemRelatedItem(Consumer<AssociateOpsItemRelatedItemRequest.Builder> associateOpsItemRelatedItemRequest) Associates a related item to a Systems Manager OpsCenter OpsItem. -
Uses of AssociateOpsItemRelatedItemRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AssociateOpsItemRelatedItemRequest.BuilderModifier and TypeMethodDescriptionAssociateOpsItemRelatedItemRequest.Builder.associationType(String associationType) The type of association that you want to create between an OpsItem and a resource.AssociateOpsItemRelatedItemRequest.builder()The ID of the OpsItem to which you want to associate a resource as a related item.AssociateOpsItemRelatedItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateOpsItemRelatedItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateOpsItemRelatedItemRequest.Builder.resourceType(String resourceType) The type of resource that you want to associate with an OpsItem.AssociateOpsItemRelatedItemRequest.Builder.resourceUri(String resourceUri) The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.AssociateOpsItemRelatedItemRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AssociateOpsItemRelatedItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateOpsItemRelatedItemRequest.Builder>AssociateOpsItemRelatedItemRequest.serializableBuilderClass()