Uses of Class
software.amazon.awssdk.services.resiliencehub.model.CreateAppVersionAppComponentResponse
-
Packages that use CreateAppVersionAppComponentResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of CreateAppVersionAppComponentResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return CreateAppVersionAppComponentResponse Modifier and Type Method Description default CreateAppVersionAppComponentResponseResiliencehubClient. createAppVersionAppComponent(Consumer<CreateAppVersionAppComponentRequest.Builder> createAppVersionAppComponentRequest)Creates a new Application Component in the Resilience Hub application.default CreateAppVersionAppComponentResponseResiliencehubClient. createAppVersionAppComponent(CreateAppVersionAppComponentRequest createAppVersionAppComponentRequest)Creates a new Application Component in the Resilience Hub application.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type CreateAppVersionAppComponentResponse Modifier and Type Method Description default CompletableFuture<CreateAppVersionAppComponentResponse>ResiliencehubAsyncClient. createAppVersionAppComponent(Consumer<CreateAppVersionAppComponentRequest.Builder> createAppVersionAppComponentRequest)Creates a new Application Component in the Resilience Hub application.default CompletableFuture<CreateAppVersionAppComponentResponse>ResiliencehubAsyncClient. createAppVersionAppComponent(CreateAppVersionAppComponentRequest createAppVersionAppComponentRequest)Creates a new Application Component in the Resilience Hub application.
-