Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListIntegrationsRequest.Builder
-
Packages that use ListIntegrationsRequest.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 ListIntegrationsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListIntegrationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIntegrationsResponse>CloudWatchLogsAsyncClient. listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)Returns a list of integrations between CloudWatch Logs and other services in this account.default ListIntegrationsResponseCloudWatchLogsClient. listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)Returns a list of integrations between CloudWatch Logs and other services in this account. -
Uses of ListIntegrationsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListIntegrationsRequest.Builder Modifier and Type Method Description static ListIntegrationsRequest.BuilderListIntegrationsRequest. builder()ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationNamePrefix(String integrationNamePrefix)To limit the results to integrations that start with a certain name prefix, specify that name prefix here.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationStatus(String integrationStatus)To limit the results to integrations with a certain status, specify that status here.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationStatus(IntegrationStatus integrationStatus)To limit the results to integrations with a certain status, specify that status here.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationType(String integrationType)To limit the results to integrations of a certain type, specify that type here.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationType(IntegrationType integrationType)To limit the results to integrations of a certain type, specify that type here.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIntegrationsRequest.BuilderListIntegrationsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListIntegrationsRequest.Builder Modifier and Type Method Description static Class<? extends ListIntegrationsRequest.Builder>ListIntegrationsRequest. serializableBuilderClass()
-