Uses of Class
software.amazon.awssdk.services.resiliencehub.model.RemoveDraftAppVersionResourceMappingsResponse
-
Packages that use RemoveDraftAppVersionResourceMappingsResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. -
-
Uses of RemoveDraftAppVersionResourceMappingsResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return RemoveDraftAppVersionResourceMappingsResponse Modifier and Type Method Description default RemoveDraftAppVersionResourceMappingsResponseResiliencehubClient. removeDraftAppVersionResourceMappings(Consumer<RemoveDraftAppVersionResourceMappingsRequest.Builder> removeDraftAppVersionResourceMappingsRequest)Removes resource mappings from a draft application version.default RemoveDraftAppVersionResourceMappingsResponseResiliencehubClient. removeDraftAppVersionResourceMappings(RemoveDraftAppVersionResourceMappingsRequest removeDraftAppVersionResourceMappingsRequest)Removes resource mappings from a draft application version.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type RemoveDraftAppVersionResourceMappingsResponse Modifier and Type Method Description default CompletableFuture<RemoveDraftAppVersionResourceMappingsResponse>ResiliencehubAsyncClient. removeDraftAppVersionResourceMappings(Consumer<RemoveDraftAppVersionResourceMappingsRequest.Builder> removeDraftAppVersionResourceMappingsRequest)Removes resource mappings from a draft application version.default CompletableFuture<RemoveDraftAppVersionResourceMappingsResponse>ResiliencehubAsyncClient. removeDraftAppVersionResourceMappings(RemoveDraftAppVersionResourceMappingsRequest removeDraftAppVersionResourceMappingsRequest)Removes resource mappings from a draft application version.
-