Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.CreateIndexResponse
-
Packages that use CreateIndexResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of CreateIndexResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return CreateIndexResponse Modifier and Type Method Description default CreateIndexResponseResourceExplorer2Client. createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating an index.default CreateIndexResponseResourceExplorer2Client. createIndex(CreateIndexRequest createIndexRequest)Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating an index.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type CreateIndexResponse Modifier and Type Method Description default CompletableFuture<CreateIndexResponse>ResourceExplorer2AsyncClient. createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating an index.default CompletableFuture<CreateIndexResponse>ResourceExplorer2AsyncClient. createIndex(CreateIndexRequest createIndexRequest)Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this operation by creating an index.
-