Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetPolicyResponse.Builder
-
Packages that use GetPolicyResponse.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetPolicyResponse.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetPolicyResponse.Builder Modifier and Type Method Description GetPolicyResponse.BuilderGetPolicyResponse.Builder. arn(String arn)The Entity Resolution resource ARN.static GetPolicyResponse.BuilderGetPolicyResponse. builder()GetPolicyResponse.BuilderGetPolicyResponse.Builder. policy(String policy)The resource-based policy.GetPolicyResponse.BuilderGetPolicyResponse. toBuilder()GetPolicyResponse.BuilderGetPolicyResponse.Builder. token(String token)A unique identifier for the current revision of the policy.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetPolicyResponse.Builder>GetPolicyResponse. serializableBuilderClass()
-