Uses of Class
software.amazon.awssdk.services.groundstation.model.DeleteMissionProfileResponse
-
Packages that use DeleteMissionProfileResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of DeleteMissionProfileResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return DeleteMissionProfileResponse Modifier and Type Method Description default DeleteMissionProfileResponseGroundStationClient. deleteMissionProfile(Consumer<DeleteMissionProfileRequest.Builder> deleteMissionProfileRequest)Deletes a mission profile.default DeleteMissionProfileResponseGroundStationClient. deleteMissionProfile(DeleteMissionProfileRequest deleteMissionProfileRequest)Deletes a mission profile.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type DeleteMissionProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteMissionProfileResponse>GroundStationAsyncClient. deleteMissionProfile(Consumer<DeleteMissionProfileRequest.Builder> deleteMissionProfileRequest)Deletes a mission profile.default CompletableFuture<DeleteMissionProfileResponse>GroundStationAsyncClient. deleteMissionProfile(DeleteMissionProfileRequest deleteMissionProfileRequest)Deletes a mission profile.
-