Uses of Enum
software.amazon.awssdk.services.outposts.model.AssetState
Packages that use AssetState
-
Uses of AssetState in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AssetStateModifier and TypeMethodDescriptionstatic AssetStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetStateReturns the enum constant of this type with the specified name.static AssetState[]AssetState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type AssetStateModifier and TypeMethodDescriptionstatic Set<AssetState>AssetState.knownValues()final List<AssetState>ListAssetsRequest.statusFilter()Filters the results by state.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AssetStateModifier and TypeMethodDescriptionListAssetsRequest.Builder.statusFilter(AssetState... statusFilter) Filters the results by state.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AssetStateModifier and TypeMethodDescriptionListAssetsRequest.Builder.statusFilter(Collection<AssetState> statusFilter) Filters the results by state.