| Package | Description |
|---|---|
| com.amazonaws.services.appregistry |
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their
Amazon Web Services resources.
|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
AWSAppRegistryClient.createApplication(CreateApplicationRequest request)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
CreateApplicationResult |
AWSAppRegistry.createApplication(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
CreateApplicationResult |
AbstractAWSAppRegistry.createApplication(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSAppRegistryAsyncClient.createApplicationAsync(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSAppRegistryAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
Future<CreateApplicationResult> |
AbstractAWSAppRegistryAsync.createApplicationAsync(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSAppRegistryAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSAppRegistryAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
Future<CreateApplicationResult> |
AbstractAWSAppRegistryAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AWSAppRegistryAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSAppRegistryAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
Future<CreateApplicationResult> |
AbstractAWSAppRegistryAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
The description of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
Key-value pairs you can use to associate with the application.
|
Copyright © 2023. All rights reserved.