Uses of Interface
software.amazon.awssdk.services.outposts.model.Subscription.Builder
Packages that use Subscription.Builder
-
Uses of Subscription.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return Subscription.BuilderModifier and TypeMethodDescriptionThe date your subscription starts.static Subscription.BuilderSubscription.builder()The date your subscription ends.Subscription.Builder.monthlyRecurringPrice(Double monthlyRecurringPrice) The amount you are billed each month in the subscription period.The order ID for your subscription.Subscription.Builder.orderIds(Collection<String> orderIds) The order ID for your subscription.Subscription.Builder.subscriptionId(String subscriptionId) The ID of the subscription that appears on the Amazon Web Services Billing Center console.Subscription.Builder.subscriptionStatus(String subscriptionStatus) The status of subscription which can be one of the following:Subscription.Builder.subscriptionStatus(SubscriptionStatus subscriptionStatus) The status of subscription which can be one of the following:Subscription.Builder.subscriptionType(String subscriptionType) The type of subscription which can be one of the following:Subscription.Builder.subscriptionType(SubscriptionType subscriptionType) The type of subscription which can be one of the following:Subscription.toBuilder()Subscription.Builder.upfrontPrice(Double upfrontPrice) The amount billed when the subscription is created.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type Subscription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Subscription.Builder>Subscription.serializableBuilderClass()