Uses of Class
software.amazon.awssdk.services.nimble.model.CreateStudioComponentResponse
-
Packages that use CreateStudioComponentResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference. -
-
Uses of CreateStudioComponentResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return CreateStudioComponentResponse Modifier and Type Method Description default CreateStudioComponentResponseNimbleClient. createStudioComponent(Consumer<CreateStudioComponentRequest.Builder> createStudioComponentRequest)Creates a studio component resource.default CreateStudioComponentResponseNimbleClient. createStudioComponent(CreateStudioComponentRequest createStudioComponentRequest)Creates a studio component resource.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type CreateStudioComponentResponse Modifier and Type Method Description default CompletableFuture<CreateStudioComponentResponse>NimbleAsyncClient. createStudioComponent(Consumer<CreateStudioComponentRequest.Builder> createStudioComponentRequest)Creates a studio component resource.default CompletableFuture<CreateStudioComponentResponse>NimbleAsyncClient. createStudioComponent(CreateStudioComponentRequest createStudioComponentRequest)Creates a studio component resource.
-