Uses of Interface
software.amazon.awssdk.services.glue.model.GetResourcePolicyResponse.Builder
-
Packages that use GetResourcePolicyResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GetResourcePolicyResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetResourcePolicyResponse.Builder Modifier and Type Method Description static GetResourcePolicyResponse.BuilderGetResourcePolicyResponse. builder()GetResourcePolicyResponse.BuilderGetResourcePolicyResponse.Builder. createTime(Instant createTime)The date and time at which the policy was created.GetResourcePolicyResponse.BuilderGetResourcePolicyResponse.Builder. policyHash(String policyHash)Contains the hash value associated with this policy.GetResourcePolicyResponse.BuilderGetResourcePolicyResponse.Builder. policyInJson(String policyInJson)Contains the requested policy document, in JSON format.GetResourcePolicyResponse.BuilderGetResourcePolicyResponse. toBuilder()GetResourcePolicyResponse.BuilderGetResourcePolicyResponse.Builder. updateTime(Instant updateTime)The date and time at which the policy was last updated.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetResourcePolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetResourcePolicyResponse.Builder>GetResourcePolicyResponse. serializableBuilderClass()
-