| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model | |
| software.amazon.awssdk.services.nimble.paginators |
| Modifier and Type | Method and Description |
|---|---|
StudioComponent |
CreateStudioComponentResponse.studioComponent()
Information about the studio component.
|
StudioComponent |
GetStudioComponentResponse.studioComponent()
Information about the studio component.
|
StudioComponent |
UpdateStudioComponentResponse.studioComponent()
Information about the studio component.
|
StudioComponent |
DeleteStudioComponentResponse.studioComponent()
Information about the studio component.
|
| Modifier and Type | Method and Description |
|---|---|
List<StudioComponent> |
ListStudioComponentsResponse.studioComponents()
A collection of studio components.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStudioComponentResponse.Builder |
CreateStudioComponentResponse.Builder.studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
GetStudioComponentResponse.Builder |
GetStudioComponentResponse.Builder.studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
UpdateStudioComponentResponse.Builder |
UpdateStudioComponentResponse.Builder.studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
DeleteStudioComponentResponse.Builder |
DeleteStudioComponentResponse.Builder.studioComponent(StudioComponent studioComponent)
Information about the studio component.
|
ListStudioComponentsResponse.Builder |
ListStudioComponentsResponse.Builder.studioComponents(StudioComponent... studioComponents)
A collection of studio components.
|
| Modifier and Type | Method and Description |
|---|---|
ListStudioComponentsResponse.Builder |
ListStudioComponentsResponse.Builder.studioComponents(Collection<StudioComponent> studioComponents)
A collection of studio components.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<StudioComponent> |
ListStudioComponentsIterable.studioComponents()
Returns an iterable to iterate through the paginated
ListStudioComponentsResponse.studioComponents()
member. |
SdkPublisher<StudioComponent> |
ListStudioComponentsPublisher.studioComponents()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.