Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.CreateIndexRequest
-
Packages that use CreateIndexRequest Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.transform -
-
Uses of CreateIndexRequest in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 with parameters of type CreateIndexRequest Modifier and Type Method Description 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.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. -
Uses of CreateIndexRequest in software.amazon.awssdk.services.resourceexplorer2.transform
Methods in software.amazon.awssdk.services.resourceexplorer2.transform with parameters of type CreateIndexRequest Modifier and Type Method Description SdkHttpFullRequestCreateIndexRequestMarshaller. marshall(CreateIndexRequest createIndexRequest)
-