Uses of Interface
software.amazon.awssdk.services.entityresolution.model.PutPolicyResponse.Builder
-
Packages that use PutPolicyResponse.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of PutPolicyResponse.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return PutPolicyResponse.Builder Modifier and Type Method Description PutPolicyResponse.BuilderPutPolicyResponse.Builder. arn(String arn)The Entity Resolution resource ARN.static PutPolicyResponse.BuilderPutPolicyResponse. builder()PutPolicyResponse.BuilderPutPolicyResponse.Builder. policy(String policy)The resource-based policy.PutPolicyResponse.BuilderPutPolicyResponse. toBuilder()PutPolicyResponse.BuilderPutPolicyResponse.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 PutPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutPolicyResponse.Builder>PutPolicyResponse. serializableBuilderClass()
-