Uses of Class
software.amazon.awssdk.services.groundstation.model.CreateMissionProfileResponse
-
Packages that use CreateMissionProfileResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of CreateMissionProfileResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return CreateMissionProfileResponse Modifier and Type Method Description default CreateMissionProfileResponseGroundStationClient. createMissionProfile(Consumer<CreateMissionProfileRequest.Builder> createMissionProfileRequest)Creates a mission profile.default CreateMissionProfileResponseGroundStationClient. createMissionProfile(CreateMissionProfileRequest createMissionProfileRequest)Creates a mission profile.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type CreateMissionProfileResponse Modifier and Type Method Description default CompletableFuture<CreateMissionProfileResponse>GroundStationAsyncClient. createMissionProfile(Consumer<CreateMissionProfileRequest.Builder> createMissionProfileRequest)Creates a mission profile.default CompletableFuture<CreateMissionProfileResponse>GroundStationAsyncClient. createMissionProfile(CreateMissionProfileRequest createMissionProfileRequest)Creates a mission profile.
-