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