Uses of Interface
software.amazon.awssdk.services.oam.OamBaseClientBuilder
-
Packages that use OamBaseClientBuilder 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. -
-
Uses of OamBaseClientBuilder in software.amazon.awssdk.services.oam
Classes in software.amazon.awssdk.services.oam with type parameters of type OamBaseClientBuilder Modifier and Type Interface Description interfaceOamBaseClientBuilder<B extends OamBaseClientBuilder<B,C>,C>This includes configuration specific to CloudWatch Observability Access Manager that is supported by bothOamClientBuilderandOamAsyncClientBuilder.Subinterfaces of OamBaseClientBuilder in software.amazon.awssdk.services.oam Modifier and Type Interface Description interfaceOamAsyncClientBuilderA builder for creating an instance ofOamAsyncClient.interfaceOamClientBuilderA builder for creating an instance ofOamClient.
-