Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutIntegrationRequest.Builder
-
Packages that use PutIntegrationRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutIntegrationResponse>CloudWatchLogsAsyncClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Creates an integration between CloudWatch Logs and another service in this account.default PutIntegrationResponseCloudWatchLogsClient. putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest)Creates an integration between CloudWatch Logs and another service in this account. -
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutIntegrationRequest.Builder Modifier and Type Method Description static PutIntegrationRequest.BuilderPutIntegrationRequest. builder()PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. integrationName(String integrationName)A name for the integration.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. integrationType(String integrationType)The type of integration.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. integrationType(IntegrationType integrationType)The type of integration.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. resourceConfig(Consumer<ResourceConfig.Builder> resourceConfig)A structure that contains configuration information for the integration that you are creating.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. resourceConfig(ResourceConfig resourceConfig)A structure that contains configuration information for the integration that you are creating.PutIntegrationRequest.BuilderPutIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends PutIntegrationRequest.Builder>PutIntegrationRequest. serializableBuilderClass()
-