Uses of Class
software.amazon.awssdk.services.schemas.model.DeleteResourcePolicyResponse
-
Packages that use DeleteResourcePolicyResponse Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registry -
-
Uses of DeleteResourcePolicyResponse in software.amazon.awssdk.services.schemas
Methods in software.amazon.awssdk.services.schemas that return DeleteResourcePolicyResponse Modifier and Type Method Description default DeleteResourcePolicyResponseSchemasClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Delete the resource-based policy attached to the specified registry.default DeleteResourcePolicyResponseSchemasClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Delete the resource-based policy attached to the specified registry.Methods in software.amazon.awssdk.services.schemas that return types with arguments of type DeleteResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteResourcePolicyResponse>SchemasAsyncClient. deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)Delete the resource-based policy attached to the specified registry.default CompletableFuture<DeleteResourcePolicyResponse>SchemasAsyncClient. deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)Delete the resource-based policy attached to the specified registry.
-