Uses of Interface
software.amazon.awssdk.services.billing.model.GetResourcePolicyResponse.Builder
-
Packages that use GetResourcePolicyResponse.Builder Package Description software.amazon.awssdk.services.billing.model -
-
Uses of GetResourcePolicyResponse.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return GetResourcePolicyResponse.Builder Modifier and Type Method Description static GetResourcePolicyResponse.BuilderGetResourcePolicyResponse. builder()GetResourcePolicyResponse.BuilderGetResourcePolicyResponse.Builder. policy(String policy)The resource-based policy document attached to the resource inJSONformat.GetResourcePolicyResponse.BuilderGetResourcePolicyResponse.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the billing view resource to which the policy is attached to.GetResourcePolicyResponse.BuilderGetResourcePolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type GetResourcePolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetResourcePolicyResponse.Builder>GetResourcePolicyResponse. serializableBuilderClass()
-