Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.PutSchemaResponse
-
Packages that use PutSchemaResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of PutSchemaResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return PutSchemaResponse Modifier and Type Method Description default PutSchemaResponseVerifiedPermissionsClient. putSchema(Consumer<PutSchemaRequest.Builder> putSchemaRequest)Creates or updates the policy schema in the specified policy store.default PutSchemaResponseVerifiedPermissionsClient. putSchema(PutSchemaRequest putSchemaRequest)Creates or updates the policy schema in the specified policy store.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type PutSchemaResponse Modifier and Type Method Description default CompletableFuture<PutSchemaResponse>VerifiedPermissionsAsyncClient. putSchema(Consumer<PutSchemaRequest.Builder> putSchemaRequest)Creates or updates the policy schema in the specified policy store.default CompletableFuture<PutSchemaResponse>VerifiedPermissionsAsyncClient. putSchema(PutSchemaRequest putSchemaRequest)Creates or updates the policy schema in the specified policy store.
-