Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.CreateViewResponse
-
Packages that use CreateViewResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of CreateViewResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return CreateViewResponse Modifier and Type Method Description default CreateViewResponseResourceExplorer2Client. createView(Consumer<CreateViewRequest.Builder> createViewRequest)Creates a view that users can query by using the Search operation.default CreateViewResponseResourceExplorer2Client. createView(CreateViewRequest createViewRequest)Creates a view that users can query by using the Search operation.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type CreateViewResponse Modifier and Type Method Description default CompletableFuture<CreateViewResponse>ResourceExplorer2AsyncClient. createView(Consumer<CreateViewRequest.Builder> createViewRequest)Creates a view that users can query by using the Search operation.default CompletableFuture<CreateViewResponse>ResourceExplorer2AsyncClient. createView(CreateViewRequest createViewRequest)Creates a view that users can query by using the Search operation.
-