Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.GetSchemaResponse
-
Packages that use GetSchemaResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of GetSchemaResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return GetSchemaResponse Modifier and Type Method Description default GetSchemaResponseVerifiedPermissionsClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Retrieve the details for the specified schema in the specified policy store.default GetSchemaResponseVerifiedPermissionsClient. getSchema(GetSchemaRequest getSchemaRequest)Retrieve the details for the specified schema in the specified policy store.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type GetSchemaResponse Modifier and Type Method Description default CompletableFuture<GetSchemaResponse>VerifiedPermissionsAsyncClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Retrieve the details for the specified schema in the specified policy store.default CompletableFuture<GetSchemaResponse>VerifiedPermissionsAsyncClient. getSchema(GetSchemaRequest getSchemaRequest)Retrieve the details for the specified schema in the specified policy store.
-