Uses of Interface
software.amazon.awssdk.services.entityresolution.model.GetPolicyRequest.Builder
-
Packages that use GetPolicyRequest.Builder Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.model -
-
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.entityresolution
Method parameters in software.amazon.awssdk.services.entityresolution with type arguments of type GetPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>EntityResolutionAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the resource-based policy.default GetPolicyResponseEntityResolutionClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the resource-based policy. -
Uses of GetPolicyRequest.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return GetPolicyRequest.Builder Modifier and Type Method Description GetPolicyRequest.BuilderGetPolicyRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the resource for which the policy need to be returned.static GetPolicyRequest.BuilderGetPolicyRequest. builder()GetPolicyRequest.BuilderGetPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPolicyRequest.BuilderGetPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPolicyRequest.BuilderGetPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type GetPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetPolicyRequest.Builder>GetPolicyRequest. serializableBuilderClass()
-