Uses of Class
software.amazon.awssdk.services.proton.model.CreateComponentResponse
-
Packages that use CreateComponentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CreateComponentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CreateComponentResponse Modifier and Type Method Description default CreateComponentResponseProtonClient. createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)Create an Proton component.default CreateComponentResponseProtonClient. createComponent(CreateComponentRequest createComponentRequest)Create an Proton component.Methods in software.amazon.awssdk.services.proton that return types with arguments of type CreateComponentResponse Modifier and Type Method Description default CompletableFuture<CreateComponentResponse>ProtonAsyncClient. createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)Create an Proton component.default CompletableFuture<CreateComponentResponse>ProtonAsyncClient. createComponent(CreateComponentRequest createComponentRequest)Create an Proton component.
-