Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AddDraftAppVersionResourceMappingsResponse
-
Packages that use AddDraftAppVersionResourceMappingsResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of AddDraftAppVersionResourceMappingsResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return AddDraftAppVersionResourceMappingsResponse Modifier and Type Method Description default AddDraftAppVersionResourceMappingsResponseResiliencehubClient. addDraftAppVersionResourceMappings(Consumer<AddDraftAppVersionResourceMappingsRequest.Builder> addDraftAppVersionResourceMappingsRequest)Adds the source of resource-maps to the draft version of an application.default AddDraftAppVersionResourceMappingsResponseResiliencehubClient. addDraftAppVersionResourceMappings(AddDraftAppVersionResourceMappingsRequest addDraftAppVersionResourceMappingsRequest)Adds the source of resource-maps to the draft version of an application.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type AddDraftAppVersionResourceMappingsResponse Modifier and Type Method Description default CompletableFuture<AddDraftAppVersionResourceMappingsResponse>ResiliencehubAsyncClient. addDraftAppVersionResourceMappings(Consumer<AddDraftAppVersionResourceMappingsRequest.Builder> addDraftAppVersionResourceMappingsRequest)Adds the source of resource-maps to the draft version of an application.default CompletableFuture<AddDraftAppVersionResourceMappingsResponse>ResiliencehubAsyncClient. addDraftAppVersionResourceMappings(AddDraftAppVersionResourceMappingsRequest addDraftAppVersionResourceMappingsRequest)Adds the source of resource-maps to the draft version of an application.
-