Uses of Interface
software.amazon.awssdk.services.oam.model.UpdateLinkRequest.Builder
-
Packages that use UpdateLinkRequest.Builder Package Description software.amazon.awssdk.services.oam Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using CloudWatch cross-account observability.software.amazon.awssdk.services.oam.model -
-
Uses of UpdateLinkRequest.Builder in software.amazon.awssdk.services.oam
Method parameters in software.amazon.awssdk.services.oam with type arguments of type UpdateLinkRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLinkResponse>OamAsyncClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink.default UpdateLinkResponseOamClient. updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. -
Uses of UpdateLinkRequest.Builder in software.amazon.awssdk.services.oam.model
Methods in software.amazon.awssdk.services.oam.model that return UpdateLinkRequest.Builder Modifier and Type Method Description static UpdateLinkRequest.BuilderUpdateLinkRequest. builder()UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. identifier(String identifier)The ARN of the link that you want to update.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. resourceTypes(Collection<ResourceType> resourceTypes)An array of strings that define which types of data that the source account will send to the monitoring account.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. resourceTypes(ResourceType... resourceTypes)An array of strings that define which types of data that the source account will send to the monitoring account.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. resourceTypesWithStrings(String... resourceTypes)An array of strings that define which types of data that the source account will send to the monitoring account.UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. resourceTypesWithStrings(Collection<String> resourceTypes)An array of strings that define which types of data that the source account will send to the monitoring account.UpdateLinkRequest.BuilderUpdateLinkRequest. toBuilder()Methods in software.amazon.awssdk.services.oam.model that return types with arguments of type UpdateLinkRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLinkRequest.Builder>UpdateLinkRequest. serializableBuilderClass()
-