Uses of Interface
software.amazon.awssdk.services.billing.model.CreateBillingViewResponse.Builder
-
Packages that use CreateBillingViewResponse.Builder Package Description software.amazon.awssdk.services.billing.model -
-
Uses of CreateBillingViewResponse.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return CreateBillingViewResponse.Builder Modifier and Type Method Description CreateBillingViewResponse.BuilderCreateBillingViewResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.static CreateBillingViewResponse.BuilderCreateBillingViewResponse. builder()CreateBillingViewResponse.BuilderCreateBillingViewResponse.Builder. createdAt(Instant createdAt)The time when the billing view was created.CreateBillingViewResponse.BuilderCreateBillingViewResponse. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type CreateBillingViewResponse.Builder Modifier and Type Method Description static Class<? extends CreateBillingViewResponse.Builder>CreateBillingViewResponse. serializableBuilderClass()
-