default CreateBillingViewResponse |
BillingClient.createBillingView(Consumer<CreateBillingViewRequest.Builder> createBillingViewRequest) |
Creates a billing view with the specified billing view attributes.
|
default CreateBillingViewResponse |
BillingClient.createBillingView(CreateBillingViewRequest createBillingViewRequest) |
Creates a billing view with the specified billing view attributes.
|
default DeleteBillingViewResponse |
BillingClient.deleteBillingView(Consumer<DeleteBillingViewRequest.Builder> deleteBillingViewRequest) |
Deletes the specified billing view.
|
default DeleteBillingViewResponse |
BillingClient.deleteBillingView(DeleteBillingViewRequest deleteBillingViewRequest) |
Deletes the specified billing view.
|
default GetBillingViewResponse |
BillingClient.getBillingView(Consumer<GetBillingViewRequest.Builder> getBillingViewRequest) |
Returns the metadata associated to the specified billing view ARN.
|
default GetBillingViewResponse |
BillingClient.getBillingView(GetBillingViewRequest getBillingViewRequest) |
Returns the metadata associated to the specified billing view ARN.
|
default GetResourcePolicyResponse |
BillingClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) |
Returns the resource-based policy document attached to the resource in JSON format.
|
default GetResourcePolicyResponse |
BillingClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) |
Returns the resource-based policy document attached to the resource in JSON format.
|
default ListBillingViewsResponse |
BillingClient.listBillingViews(Consumer<ListBillingViewsRequest.Builder> listBillingViewsRequest) |
Lists the billing views available for a given time period.
|
default ListBillingViewsResponse |
BillingClient.listBillingViews(ListBillingViewsRequest listBillingViewsRequest) |
Lists the billing views available for a given time period.
|
default ListBillingViewsIterable |
BillingClient.listBillingViewsPaginator(Consumer<ListBillingViewsRequest.Builder> listBillingViewsRequest) |
|
default ListBillingViewsIterable |
BillingClient.listBillingViewsPaginator(ListBillingViewsRequest listBillingViewsRequest) |
|
default ListSourceViewsForBillingViewResponse |
BillingClient.listSourceViewsForBillingView(Consumer<ListSourceViewsForBillingViewRequest.Builder> listSourceViewsForBillingViewRequest) |
Lists the source views (managed Amazon Web Services billing views) associated with the billing view.
|
default ListSourceViewsForBillingViewResponse |
BillingClient.listSourceViewsForBillingView(ListSourceViewsForBillingViewRequest listSourceViewsForBillingViewRequest) |
Lists the source views (managed Amazon Web Services billing views) associated with the billing view.
|
default ListSourceViewsForBillingViewIterable |
BillingClient.listSourceViewsForBillingViewPaginator(Consumer<ListSourceViewsForBillingViewRequest.Builder> listSourceViewsForBillingViewRequest) |
|
default ListSourceViewsForBillingViewIterable |
BillingClient.listSourceViewsForBillingViewPaginator(ListSourceViewsForBillingViewRequest listSourceViewsForBillingViewRequest) |
|
default ListTagsForResourceResponse |
BillingClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists tags associated with the billing view resource.
|
default ListTagsForResourceResponse |
BillingClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists tags associated with the billing view resource.
|
default TagResourceResponse |
BillingClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
An API operation for adding one or more tags (key-value pairs) to a resource.
|
default TagResourceResponse |
BillingClient.tagResource(TagResourceRequest tagResourceRequest) |
An API operation for adding one or more tags (key-value pairs) to a resource.
|
default UntagResourceResponse |
BillingClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes one or more tags from a resource.
|
default UntagResourceResponse |
BillingClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes one or more tags from a resource.
|
default UpdateBillingViewResponse |
BillingClient.updateBillingView(Consumer<UpdateBillingViewRequest.Builder> updateBillingViewRequest) |
An API to update the attributes of the billing view.
|
default UpdateBillingViewResponse |
BillingClient.updateBillingView(UpdateBillingViewRequest updateBillingViewRequest) |
An API to update the attributes of the billing view.
|