Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.PutSchemaRequest
-
Packages that use PutSchemaRequest Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services.software.amazon.awssdk.services.verifiedpermissions.transform -
-
Uses of PutSchemaRequest in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions with parameters of type PutSchemaRequest Modifier and Type Method Description default CompletableFuture<PutSchemaResponse>VerifiedPermissionsAsyncClient. putSchema(PutSchemaRequest 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. -
Uses of PutSchemaRequest in software.amazon.awssdk.services.verifiedpermissions.transform
Methods in software.amazon.awssdk.services.verifiedpermissions.transform with parameters of type PutSchemaRequest Modifier and Type Method Description SdkHttpFullRequestPutSchemaRequestMarshaller. marshall(PutSchemaRequest putSchemaRequest)
-