Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.GetSchemaResponse.Builder
-
Packages that use GetSchemaResponse.Builder Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of GetSchemaResponse.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return GetSchemaResponse.Builder Modifier and Type Method Description static GetSchemaResponse.BuilderGetSchemaResponse. builder()GetSchemaResponse.BuilderGetSchemaResponse.Builder. createdDate(Instant createdDate)The date and time that the schema was originally created.GetSchemaResponse.BuilderGetSchemaResponse.Builder. lastUpdatedDate(Instant lastUpdatedDate)The date and time that the schema was most recently updated.GetSchemaResponse.BuilderGetSchemaResponse.Builder. policyStoreId(String policyStoreId)The ID of the policy store that contains the schema.GetSchemaResponse.BuilderGetSchemaResponse.Builder. schema(String schema)The body of the schema, written in Cedar schema JSON.GetSchemaResponse.BuilderGetSchemaResponse. toBuilder()Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type GetSchemaResponse.Builder Modifier and Type Method Description static Class<? extends GetSchemaResponse.Builder>GetSchemaResponse. serializableBuilderClass()
-