Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ResourceConfig
-
Packages that use ResourceConfig Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ResourceConfig in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ResourceConfig Modifier and Type Method Description static 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.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 ResourceConfig Modifier and Type Method Description PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. resourceConfig(ResourceConfig resourceConfig)A structure that contains configuration information for the integration that you are creating.
-