Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IntegrationStatus
-
Packages that use IntegrationStatus Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of IntegrationStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IntegrationStatus Modifier and Type Method Description static IntegrationStatusIntegrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationStatusGetIntegrationResponse. integrationStatus()The current status of this integration.IntegrationStatusIntegrationSummary. integrationStatus()The current status of this integration.IntegrationStatusListIntegrationsRequest. integrationStatus()To limit the results to integrations with a certain status, specify that status here.IntegrationStatusPutIntegrationResponse. integrationStatus()The status of the integration that you just created.static IntegrationStatusIntegrationStatus. valueOf(String name)Returns 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 IntegrationStatus Modifier and Type Method Description static Set<IntegrationStatus>IntegrationStatus. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IntegrationStatus Modifier and Type Method Description GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. integrationStatus(IntegrationStatus integrationStatus)The current status of this integration.IntegrationSummary.BuilderIntegrationSummary.Builder. integrationStatus(IntegrationStatus integrationStatus)The current status of this integration.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationStatus(IntegrationStatus integrationStatus)To limit the results to integrations with a certain status, specify that status here.PutIntegrationResponse.BuilderPutIntegrationResponse.Builder. integrationStatus(IntegrationStatus integrationStatus)The status of the integration that you just created.
-