Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.IntegrationStatus
Packages that use IntegrationStatus
-
Uses of IntegrationStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IntegrationStatusModifier and TypeMethodDescriptionstatic IntegrationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IntegrationStatusGetIntegrationResponse.integrationStatus()The current status of this integration.final IntegrationStatusIntegrationSummary.integrationStatus()The current status of this integration.final IntegrationStatusListIntegrationsRequest.integrationStatus()To limit the results to integrations with a certain status, specify that status here.final IntegrationStatusPutIntegrationResponse.integrationStatus()The status of the integration that you just created.static IntegrationStatusReturns the enum constant of this type with the specified name.static IntegrationStatus[]IntegrationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IntegrationStatusMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IntegrationStatusModifier and TypeMethodDescriptionGetIntegrationResponse.Builder.integrationStatus(IntegrationStatus integrationStatus) The current status of this integration.IntegrationSummary.Builder.integrationStatus(IntegrationStatus integrationStatus) The current status of this integration.ListIntegrationsRequest.Builder.integrationStatus(IntegrationStatus integrationStatus) To limit the results to integrations with a certain status, specify that status here.PutIntegrationResponse.Builder.integrationStatus(IntegrationStatus integrationStatus) The status of the integration that you just created.