Uses of Enum
software.amazon.awssdk.services.outposts.model.AssetType
Packages that use AssetType
-
Uses of AssetType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AssetTypeModifier and TypeMethodDescriptionfinal AssetTypeAssetInfo.assetType()The type of the asset.static AssetTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetTypeReturns the enum constant of this type with the specified name.static AssetType[]AssetType.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 AssetTypeModifier and TypeMethodDescriptionListAssetsRequest.assetTypeFilter()Filters the results by asset type.AssetType.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type AssetTypeModifier and TypeMethodDescriptionThe type of the asset.ListAssetsRequest.Builder.assetTypeFilter(AssetType... assetTypeFilter) Filters the results by asset type.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AssetTypeModifier and TypeMethodDescriptionListAssetsRequest.Builder.assetTypeFilter(Collection<AssetType> assetTypeFilter) Filters the results by asset type.