| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio |
Welcome to the Amazon Nimble Studio API reference.
|
| com.amazonaws.services.nimblestudio.model | |
| com.amazonaws.services.nimblestudio.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetStudioComponentResult> |
AmazonNimbleStudioAsyncClient.getStudioComponentAsync(GetStudioComponentRequest request,
AsyncHandler<GetStudioComponentRequest,GetStudioComponentResult> asyncHandler) |
Future<GetStudioComponentResult> |
AbstractAmazonNimbleStudioAsync.getStudioComponentAsync(GetStudioComponentRequest request,
AsyncHandler<GetStudioComponentRequest,GetStudioComponentResult> asyncHandler) |
Future<GetStudioComponentResult> |
AmazonNimbleStudioAsync.getStudioComponentAsync(GetStudioComponentRequest getStudioComponentRequest,
AsyncHandler<GetStudioComponentRequest,GetStudioComponentResult> asyncHandler)
Gets a studio component resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetStudioComponentRequest |
GetStudioComponentRequest.clone() |
GetStudioComponentRequest |
GetStudioComponentRequest.withStudioComponentId(String studioComponentId)
The studio component ID.
|
GetStudioComponentRequest |
GetStudioComponentRequest.withStudioId(String studioId)
The studio ID.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetStudioComponentRequest> |
AmazonNimbleStudioWaiters.studioComponentDeleted()
Builds a StudioComponentDeleted waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<GetStudioComponentRequest> |
AmazonNimbleStudioWaiters.studioComponentReady()
Builds a StudioComponentReady waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetStudioComponentResult |
GetStudioComponentFunction.apply(GetStudioComponentRequest getStudioComponentRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.