Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.GetSchemaRequest
-
Packages that use GetSchemaRequest 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 GetSchemaRequest in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions with parameters of type GetSchemaRequest Modifier and Type Method Description default CompletableFuture<GetSchemaResponse>VerifiedPermissionsAsyncClient. getSchema(GetSchemaRequest 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. -
Uses of GetSchemaRequest in software.amazon.awssdk.services.verifiedpermissions.transform
Methods in software.amazon.awssdk.services.verifiedpermissions.transform with parameters of type GetSchemaRequest Modifier and Type Method Description SdkHttpFullRequestGetSchemaRequestMarshaller. marshall(GetSchemaRequest getSchemaRequest)
-