Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ResourceConfig
Packages that use ResourceConfig
-
Uses of ResourceConfig in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ResourceConfigModifier and TypeMethodDescriptionstatic ResourceConfigResourceConfig.fromOpenSearchResourceConfig(Consumer<OpenSearchResourceConfig.Builder> openSearchResourceConfig) Create an instance of this class withopenSearchResourceConfig()initialized to the given value.static ResourceConfigResourceConfig.fromOpenSearchResourceConfig(OpenSearchResourceConfig openSearchResourceConfig) Create an instance of this class withopenSearchResourceConfig()initialized to the given value.final ResourceConfigPutIntegrationRequest.resourceConfig()A structure that contains configuration information for the integration that you are creating.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ResourceConfigModifier and TypeMethodDescriptionPutIntegrationRequest.Builder.resourceConfig(ResourceConfig resourceConfig) A structure that contains configuration information for the integration that you are creating.