Uses of Enum
software.amazon.awssdk.services.lambda.model.CapacityProviderState
Packages that use CapacityProviderState
-
Uses of CapacityProviderState in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CapacityProviderStateModifier and TypeMethodDescriptionstatic CapacityProviderStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final CapacityProviderStateCapacityProvider.state()The current state of the capacity provider.final CapacityProviderStateListCapacityProvidersRequest.state()Filter capacity providers by their current state.static CapacityProviderStateReturns the enum constant of this type with the specified name.static CapacityProviderState[]CapacityProviderState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CapacityProviderStateModifier and TypeMethodDescriptionstatic Set<CapacityProviderState>CapacityProviderState.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type CapacityProviderStateModifier and TypeMethodDescriptionCapacityProvider.Builder.state(CapacityProviderState state) The current state of the capacity provider.ListCapacityProvidersRequest.Builder.state(CapacityProviderState state) Filter capacity providers by their current state.