Uses of Class
software.amazon.awssdk.services.datazone.model.CreateEnvironmentActionResponse
-
Packages that use CreateEnvironmentActionResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of CreateEnvironmentActionResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return CreateEnvironmentActionResponse Modifier and Type Method Description default CreateEnvironmentActionResponseDataZoneClient. createEnvironmentAction(Consumer<CreateEnvironmentActionRequest.Builder> createEnvironmentActionRequest)Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.default CreateEnvironmentActionResponseDataZoneClient. createEnvironmentAction(CreateEnvironmentActionRequest createEnvironmentActionRequest)Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type CreateEnvironmentActionResponse Modifier and Type Method Description default CompletableFuture<CreateEnvironmentActionResponse>DataZoneAsyncClient. createEnvironmentAction(Consumer<CreateEnvironmentActionRequest.Builder> createEnvironmentActionRequest)Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.default CompletableFuture<CreateEnvironmentActionResponse>DataZoneAsyncClient. createEnvironmentAction(CreateEnvironmentActionRequest createEnvironmentActionRequest)Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
-