Uses of Interface
software.amazon.awssdk.services.iot.model.CreateBillingGroupResponse.Builder
-
Packages that use CreateBillingGroupResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CreateBillingGroupResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CreateBillingGroupResponse.Builder Modifier and Type Method Description CreateBillingGroupResponse.BuilderCreateBillingGroupResponse.Builder. billingGroupArn(String billingGroupArn)The ARN of the billing group.CreateBillingGroupResponse.BuilderCreateBillingGroupResponse.Builder. billingGroupId(String billingGroupId)The ID of the billing group.CreateBillingGroupResponse.BuilderCreateBillingGroupResponse.Builder. billingGroupName(String billingGroupName)The name you gave to the billing group.static CreateBillingGroupResponse.BuilderCreateBillingGroupResponse. builder()CreateBillingGroupResponse.BuilderCreateBillingGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CreateBillingGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateBillingGroupResponse.Builder>CreateBillingGroupResponse. serializableBuilderClass()
-