Uses of Class
software.amazon.awssdk.services.repostspace.model.TierLevel
-
Packages that use TierLevel Package Description software.amazon.awssdk.services.repostspace.model -
-
Uses of TierLevel in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return TierLevel Modifier and Type Method Description static TierLevelTierLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TierLevelCreateSpaceRequest. tier()The pricing tier for the private re:Post.TierLevelGetSpaceResponse. tier()The pricing tier of the private re:Post.TierLevelSpaceData. tier()The pricing tier of the private re:Post.TierLevelUpdateSpaceRequest. tier()The pricing tier of this private re:Post.static TierLevelTierLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TierLevel[]TierLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type TierLevel Modifier and Type Method Description static Set<TierLevel>TierLevel. knownValues()Methods in software.amazon.awssdk.services.repostspace.model with parameters of type TierLevel Modifier and Type Method Description CreateSpaceRequest.BuilderCreateSpaceRequest.Builder. tier(TierLevel tier)The pricing tier for the private re:Post.GetSpaceResponse.BuilderGetSpaceResponse.Builder. tier(TierLevel tier)The pricing tier of the private re:Post.SpaceData.BuilderSpaceData.Builder. tier(TierLevel tier)The pricing tier of the private re:Post.UpdateSpaceRequest.BuilderUpdateSpaceRequest.Builder. tier(TierLevel tier)The pricing tier of this private re:Post.
-