Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.GetSchemaRequest.Builder
-
Packages that use GetSchemaRequest.Builder Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services.software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of GetSchemaRequest.Builder in software.amazon.awssdk.services.verifiedpermissions
Method parameters in software.amazon.awssdk.services.verifiedpermissions with type arguments of type GetSchemaRequest.Builder 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 GetSchemaResponseVerifiedPermissionsClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Retrieve the details for the specified schema in the specified policy store. -
Uses of GetSchemaRequest.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return GetSchemaRequest.Builder Modifier and Type Method Description static GetSchemaRequest.BuilderGetSchemaRequest. builder()GetSchemaRequest.BuilderGetSchemaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSchemaRequest.BuilderGetSchemaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSchemaRequest.BuilderGetSchemaRequest.Builder. policyStoreId(String policyStoreId)Specifies the ID of the policy store that contains the schema.GetSchemaRequest.BuilderGetSchemaRequest. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type GetSchemaRequest.Builder Modifier and Type Method Description static Class<? extends GetSchemaRequest.Builder>GetSchemaRequest. serializableBuilderClass()
-