Uses of Interface
software.amazon.awssdk.services.entityresolution.model.PutPolicyRequest.Builder
-
Packages that use PutPolicyRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of PutPolicyRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type PutPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutPolicyResponse>EntityResolutionAsyncClient. putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest)Updates the resource-based policy.default PutPolicyResponseEntityResolutionClient. putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest)Updates the resource-based policy. -
Uses of PutPolicyRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return PutPolicyRequest.Builder Modifier and Type Method Description PutPolicyRequest.BuilderPutPolicyRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.static PutPolicyRequest.BuilderPutPolicyRequest. builder()PutPolicyRequest.BuilderPutPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutPolicyRequest.BuilderPutPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutPolicyRequest.BuilderPutPolicyRequest.Builder. policy(String policy)The resource-based policy.PutPolicyRequest.BuilderPutPolicyRequest. toBuilder()PutPolicyRequest.BuilderPutPolicyRequest.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 PutPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutPolicyRequest.Builder>PutPolicyRequest. serializableBuilderClass()
-