Uses of Class
software.amazon.awssdk.services.clouddirectory.model.UnsupportedIndexTypeException
-
Packages that use UnsupportedIndexTypeException Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of UnsupportedIndexTypeException in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that throw UnsupportedIndexTypeException Modifier and Type Method Description default CreateIndexResponseCloudDirectoryClient. createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)Creates an index object.default CreateIndexResponseCloudDirectoryClient. createIndex(CreateIndexRequest createIndexRequest)Creates an index object.default CreateObjectResponseCloudDirectoryClient. createObject(Consumer<CreateObjectRequest.Builder> createObjectRequest)Creates an object in a Directory.default CreateObjectResponseCloudDirectoryClient. createObject(CreateObjectRequest createObjectRequest)Creates an object in a Directory.
-