Uses of Interface
software.amazon.awssdk.services.costexplorer.model.Subscriber.Builder
-
Packages that use Subscriber.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of Subscriber.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return Subscriber.Builder Modifier and Type Method Description Subscriber.BuilderSubscriber.Builder. address(String address)The email address or SNS Amazon Resource Name (ARN).static Subscriber.BuilderSubscriber. builder()Subscriber.BuilderSubscriber.Builder. status(String status)Indicates if the subscriber accepts the notifications.Subscriber.BuilderSubscriber.Builder. status(SubscriberStatus status)Indicates if the subscriber accepts the notifications.Subscriber.BuilderSubscriber. toBuilder()Subscriber.BuilderSubscriber.Builder. type(String type)The notification delivery channel.Subscriber.BuilderSubscriber.Builder. type(SubscriberType type)The notification delivery channel.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type Subscriber.Builder Modifier and Type Method Description static Class<? extends Subscriber.Builder>Subscriber. serializableBuilderClass()
-