Uses of Class
software.amazon.awssdk.services.resiliencehub.model.CreateAppVersionResourceResponse
-
Packages that use CreateAppVersionResourceResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of CreateAppVersionResourceResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return CreateAppVersionResourceResponse Modifier and Type Method Description default CreateAppVersionResourceResponseResiliencehubClient. createAppVersionResource(Consumer<CreateAppVersionResourceRequest.Builder> createAppVersionResourceRequest)Adds a resource to the Resilience Hub application and assigns it to the specified Application Components.default CreateAppVersionResourceResponseResiliencehubClient. createAppVersionResource(CreateAppVersionResourceRequest createAppVersionResourceRequest)Adds a resource to the Resilience Hub application and assigns it to the specified Application Components.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type CreateAppVersionResourceResponse Modifier and Type Method Description default CompletableFuture<CreateAppVersionResourceResponse>ResiliencehubAsyncClient. createAppVersionResource(Consumer<CreateAppVersionResourceRequest.Builder> createAppVersionResourceRequest)Adds a resource to the Resilience Hub application and assigns it to the specified Application Components.default CompletableFuture<CreateAppVersionResourceResponse>ResiliencehubAsyncClient. createAppVersionResource(CreateAppVersionResourceRequest createAppVersionResourceRequest)Adds a resource to the Resilience Hub application and assigns it to the specified Application Components.
-