Uses of Class
software.amazon.awssdk.services.billing.model.GetResourcePolicyRequest
-
Packages that use GetResourcePolicyRequest 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.software.amazon.awssdk.services.billing.transform -
-
Uses of GetResourcePolicyRequest in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing with parameters of type GetResourcePolicyRequest Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>BillingAsyncClient. getResourcePolicy(GetResourcePolicyRequest 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. -
Uses of GetResourcePolicyRequest in software.amazon.awssdk.services.billing.transform
Methods in software.amazon.awssdk.services.billing.transform with parameters of type GetResourcePolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetResourcePolicyRequestMarshaller. marshall(GetResourcePolicyRequest getResourcePolicyRequest)
-