Uses of Class
software.amazon.awssdk.services.billing.model.GetResourcePolicyResponse
-
Packages that use GetResourcePolicyResponse Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period. -
-
Uses of GetResourcePolicyResponse in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return GetResourcePolicyResponse Modifier and Type Method Description default GetResourcePolicyResponseBillingClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Returns the resource-based policy document attached to the resource inJSONformat.default GetResourcePolicyResponseBillingClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Returns the resource-based policy document attached to the resource inJSONformat.Methods in software.amazon.awssdk.services.billing that return types with arguments of type GetResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>BillingAsyncClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Returns the resource-based policy document attached to the resource inJSONformat.default CompletableFuture<GetResourcePolicyResponse>BillingAsyncClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Returns the resource-based policy document attached to the resource inJSONformat.
-