Uses of Class
software.amazon.awssdk.services.proton.model.DeleteComponentResponse
-
Packages that use DeleteComponentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of DeleteComponentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return DeleteComponentResponse Modifier and Type Method Description default DeleteComponentResponseProtonClient. deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest)Delete an Proton component resource.default DeleteComponentResponseProtonClient. deleteComponent(DeleteComponentRequest deleteComponentRequest)Delete an Proton component resource.Methods in software.amazon.awssdk.services.proton that return types with arguments of type DeleteComponentResponse Modifier and Type Method Description default CompletableFuture<DeleteComponentResponse>ProtonAsyncClient. deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest)Delete an Proton component resource.default CompletableFuture<DeleteComponentResponse>ProtonAsyncClient. deleteComponent(DeleteComponentRequest deleteComponentRequest)Delete an Proton component resource.
-