Uses of Class
software.amazon.awssdk.services.schemas.model.GetResourcePolicyResponse
-
Packages that use GetResourcePolicyResponse Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registry -
-
Uses of GetResourcePolicyResponse in software.amazon.awssdk.services.schemas
Methods in software.amazon.awssdk.services.schemas that return GetResourcePolicyResponse Modifier and Type Method Description default GetResourcePolicyResponseSchemasClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Retrieves the resource-based policy attached to a given registry.default GetResourcePolicyResponseSchemasClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Retrieves the resource-based policy attached to a given registry.Methods in software.amazon.awssdk.services.schemas that return types with arguments of type GetResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<GetResourcePolicyResponse>SchemasAsyncClient. getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest)Retrieves the resource-based policy attached to a given registry.default CompletableFuture<GetResourcePolicyResponse>SchemasAsyncClient. getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest)Retrieves the resource-based policy attached to a given registry.
-