Uses of Class
software.amazon.awssdk.services.nimble.model.StudioComponent
-
Packages that use StudioComponent Package Description software.amazon.awssdk.services.nimble.model software.amazon.awssdk.services.nimble.paginators -
-
Uses of StudioComponent in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StudioComponent Modifier and Type Method Description StudioComponentCreateStudioComponentResponse. studioComponent()Information about the studio component.StudioComponentDeleteStudioComponentResponse. studioComponent()Information about the studio component.StudioComponentGetStudioComponentResponse. studioComponent()Information about the studio component.StudioComponentUpdateStudioComponentResponse. studioComponent()Information about the studio component.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StudioComponent Modifier and Type Method Description List<StudioComponent>ListStudioComponentsResponse. studioComponents()A collection of studio components.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StudioComponent Modifier and Type Method Description CreateStudioComponentResponse.BuilderCreateStudioComponentResponse.Builder. studioComponent(StudioComponent studioComponent)Information about the studio component.DeleteStudioComponentResponse.BuilderDeleteStudioComponentResponse.Builder. studioComponent(StudioComponent studioComponent)Information about the studio component.GetStudioComponentResponse.BuilderGetStudioComponentResponse.Builder. studioComponent(StudioComponent studioComponent)Information about the studio component.UpdateStudioComponentResponse.BuilderUpdateStudioComponentResponse.Builder. studioComponent(StudioComponent studioComponent)Information about the studio component.ListStudioComponentsResponse.BuilderListStudioComponentsResponse.Builder. studioComponents(StudioComponent... studioComponents)A collection of studio components.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StudioComponent Modifier and Type Method Description ListStudioComponentsResponse.BuilderListStudioComponentsResponse.Builder. studioComponents(Collection<StudioComponent> studioComponents)A collection of studio components. -
Uses of StudioComponent in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type StudioComponent Modifier and Type Method Description SdkIterable<StudioComponent>ListStudioComponentsIterable. studioComponents()Returns an iterable to iterate through the paginatedListStudioComponentsResponse.studioComponents()member.SdkPublisher<StudioComponent>ListStudioComponentsPublisher. studioComponents()Returns a publisher that can be used to get a stream of data.
-