| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse |
ApplicationDiscoveryClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application with the given name and description.
|
default CreateApplicationResponse |
ApplicationDiscoveryClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application with the given name and description.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApplicationResponse> |
ApplicationDiscoveryAsyncClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application with the given name and description.
|
default CompletableFuture<CreateApplicationResponse> |
ApplicationDiscoveryAsyncClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application with the given name and description.
|
Copyright © 2022. All rights reserved.