Uses of Class
software.amazon.awssdk.services.databrew.model.SendProjectSessionActionResponse
-
Packages that use SendProjectSessionActionResponse Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service. -
-
Uses of SendProjectSessionActionResponse in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew that return SendProjectSessionActionResponse Modifier and Type Method Description default SendProjectSessionActionResponseDataBrewClient. sendProjectSessionAction(Consumer<SendProjectSessionActionRequest.Builder> sendProjectSessionActionRequest)Performs a recipe step within an interactive DataBrew session that's currently open.default SendProjectSessionActionResponseDataBrewClient. sendProjectSessionAction(SendProjectSessionActionRequest sendProjectSessionActionRequest)Performs a recipe step within an interactive DataBrew session that's currently open.Methods in software.amazon.awssdk.services.databrew that return types with arguments of type SendProjectSessionActionResponse Modifier and Type Method Description default CompletableFuture<SendProjectSessionActionResponse>DataBrewAsyncClient. sendProjectSessionAction(Consumer<SendProjectSessionActionRequest.Builder> sendProjectSessionActionRequest)Performs a recipe step within an interactive DataBrew session that's currently open.default CompletableFuture<SendProjectSessionActionResponse>DataBrewAsyncClient. sendProjectSessionAction(SendProjectSessionActionRequest sendProjectSessionActionRequest)Performs a recipe step within an interactive DataBrew session that's currently open.
-