Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IntegrationSummary
-
Packages that use IntegrationSummary Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of IntegrationSummary in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IntegrationSummary Modifier and Type Method Description List<IntegrationSummary>ListIntegrationsResponse. integrationSummaries()An array, where each object in the array contains information about one CloudWatch Logs integration in this account.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IntegrationSummary Modifier and Type Method Description ListIntegrationsResponse.BuilderListIntegrationsResponse.Builder. integrationSummaries(IntegrationSummary... integrationSummaries)An array, where each object in the array contains information about one CloudWatch Logs integration in this account.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type IntegrationSummary Modifier and Type Method Description ListIntegrationsResponse.BuilderListIntegrationsResponse.Builder. integrationSummaries(Collection<IntegrationSummary> integrationSummaries)An array, where each object in the array contains information about one CloudWatch Logs integration in this account.
-