Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ListAccountAssociationsRequest.Builder
-
Packages that use ListAccountAssociationsRequest.Builder Package Description software.amazon.awssdk.services.billingconductor Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers.software.amazon.awssdk.services.billingconductor.model -
-
Uses of ListAccountAssociationsRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type ListAccountAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAccountAssociationsResponse>BillingconductorAsyncClient. listAccountAssociations(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest)This is a paginated call to list linked accounts that are linked to the payer account for the specified time period.default ListAccountAssociationsResponseBillingconductorClient. listAccountAssociations(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest)This is a paginated call to list linked accounts that are linked to the payer account for the specified time period.default ListAccountAssociationsPublisherBillingconductorAsyncClient. listAccountAssociationsPaginator(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest)default ListAccountAssociationsIterableBillingconductorClient. listAccountAssociationsPaginator(Consumer<ListAccountAssociationsRequest.Builder> listAccountAssociationsRequest) -
Uses of ListAccountAssociationsRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListAccountAssociationsRequest.Builder Modifier and Type Method Description ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest.Builder. billingPeriod(String billingPeriod)The preferred billing period to get account associations.static ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest. builder()default ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest.Builder. filters(Consumer<ListAccountAssociationsFilter.Builder> filters)The filter on the account ID of the linked account, or any of the following:ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest.Builder. filters(ListAccountAssociationsFilter filters)The filter on the account ID of the linked account, or any of the following:ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest.Builder. nextToken(String nextToken)The pagination token that's used on subsequent calls to retrieve accounts.ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountAssociationsRequest.BuilderListAccountAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListAccountAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListAccountAssociationsRequest.Builder>ListAccountAssociationsRequest. serializableBuilderClass()
-