| Package | Description |
|---|---|
| software.amazon.awssdk.services.mwaa |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateEnvironmentResponse |
MwaaClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
JSON blob that describes the environment to create.
|
default CreateEnvironmentResponse |
MwaaClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
JSON blob that describes the environment to create.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEnvironmentResponse> |
MwaaAsyncClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
JSON blob that describes the environment to create.
|
default CompletableFuture<CreateEnvironmentResponse> |
MwaaAsyncClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
JSON blob that describes the environment to create.
|
Copyright © 2021. All rights reserved.