Interface GroundStationAsyncClient
- All Superinterfaces:
- AutoCloseable,- AwsClient,- SdkAutoCloseable,- SdkClient
builder() method.The asynchronous client performs non-blocking I/O when configured with any
 SdkAsyncHttpClient supported in the SDK. However, full non-blocking is not guaranteed as the async client may
 perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API
 call.
 Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that enables you to control satellite communications, downlink and process satellite data, and scale your satellite operations efficiently and cost-effectively without having to build or manage your own ground station infrastructure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Create a builder that can be used to configure and create aGroundStationAsyncClient.default CompletableFuture<CancelContactResponse> cancelContact(Consumer<CancelContactRequest.Builder> cancelContactRequest) Cancels a contact with a specified contact ID.default CompletableFuture<CancelContactResponse> cancelContact(CancelContactRequest cancelContactRequest) Cancels a contact with a specified contact ID.static GroundStationAsyncClientcreate()Create aGroundStationAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CompletableFuture<CreateConfigResponse> createConfig(Consumer<CreateConfigRequest.Builder> createConfigRequest) Creates aConfigwith the specifiedconfigDataparameters.default CompletableFuture<CreateConfigResponse> createConfig(CreateConfigRequest createConfigRequest) Creates aConfigwith the specifiedconfigDataparameters.createDataflowEndpointGroup(Consumer<CreateDataflowEndpointGroupRequest.Builder> createDataflowEndpointGroupRequest) Creates aDataflowEndpointgroup containing the specified list ofDataflowEndpointobjects.createDataflowEndpointGroup(CreateDataflowEndpointGroupRequest createDataflowEndpointGroupRequest) Creates aDataflowEndpointgroup containing the specified list ofDataflowEndpointobjects.default CompletableFuture<CreateEphemerisResponse> createEphemeris(Consumer<CreateEphemerisRequest.Builder> createEphemerisRequest) Create an ephemeris with your specified EphemerisData.default CompletableFuture<CreateEphemerisResponse> createEphemeris(CreateEphemerisRequest createEphemerisRequest) Create an ephemeris with your specified EphemerisData.createMissionProfile(Consumer<CreateMissionProfileRequest.Builder> createMissionProfileRequest) Creates a mission profile.createMissionProfile(CreateMissionProfileRequest createMissionProfileRequest) Creates a mission profile.default CompletableFuture<DeleteConfigResponse> deleteConfig(Consumer<DeleteConfigRequest.Builder> deleteConfigRequest) Deletes aConfig.default CompletableFuture<DeleteConfigResponse> deleteConfig(DeleteConfigRequest deleteConfigRequest) Deletes aConfig.deleteDataflowEndpointGroup(Consumer<DeleteDataflowEndpointGroupRequest.Builder> deleteDataflowEndpointGroupRequest) Deletes a dataflow endpoint group.deleteDataflowEndpointGroup(DeleteDataflowEndpointGroupRequest deleteDataflowEndpointGroupRequest) Deletes a dataflow endpoint group.default CompletableFuture<DeleteEphemerisResponse> deleteEphemeris(Consumer<DeleteEphemerisRequest.Builder> deleteEphemerisRequest) Delete an ephemeris.default CompletableFuture<DeleteEphemerisResponse> deleteEphemeris(DeleteEphemerisRequest deleteEphemerisRequest) Delete an ephemeris.deleteMissionProfile(Consumer<DeleteMissionProfileRequest.Builder> deleteMissionProfileRequest) Deletes a mission profile.deleteMissionProfile(DeleteMissionProfileRequest deleteMissionProfileRequest) Deletes a mission profile.default CompletableFuture<DescribeContactResponse> describeContact(Consumer<DescribeContactRequest.Builder> describeContactRequest) Describes an existing contact.default CompletableFuture<DescribeContactResponse> describeContact(DescribeContactRequest describeContactRequest) Describes an existing contact.describeEphemeris(Consumer<DescribeEphemerisRequest.Builder> describeEphemerisRequest) Retrieve information about an existing ephemeris.describeEphemeris(DescribeEphemerisRequest describeEphemerisRequest) Retrieve information about an existing ephemeris.getAgentConfiguration(Consumer<GetAgentConfigurationRequest.Builder> getAgentConfigurationRequest) getAgentConfiguration(GetAgentConfigurationRequest getAgentConfigurationRequest) default CompletableFuture<GetConfigResponse> getConfig(Consumer<GetConfigRequest.Builder> getConfigRequest) ReturnsConfiginformation.default CompletableFuture<GetConfigResponse> getConfig(GetConfigRequest getConfigRequest) ReturnsConfiginformation.getDataflowEndpointGroup(Consumer<GetDataflowEndpointGroupRequest.Builder> getDataflowEndpointGroupRequest) Returns the dataflow endpoint group.getDataflowEndpointGroup(GetDataflowEndpointGroupRequest getDataflowEndpointGroupRequest) Returns the dataflow endpoint group.default CompletableFuture<GetMinuteUsageResponse> getMinuteUsage(Consumer<GetMinuteUsageRequest.Builder> getMinuteUsageRequest) Returns the number of reserved minutes used by account.default CompletableFuture<GetMinuteUsageResponse> getMinuteUsage(GetMinuteUsageRequest getMinuteUsageRequest) Returns the number of reserved minutes used by account.getMissionProfile(Consumer<GetMissionProfileRequest.Builder> getMissionProfileRequest) Returns a mission profile.getMissionProfile(GetMissionProfileRequest getMissionProfileRequest) Returns a mission profile.default CompletableFuture<GetSatelliteResponse> getSatellite(Consumer<GetSatelliteRequest.Builder> getSatelliteRequest) Returns a satellite.default CompletableFuture<GetSatelliteResponse> getSatellite(GetSatelliteRequest getSatelliteRequest) Returns a satellite.default CompletableFuture<ListConfigsResponse> listConfigs(Consumer<ListConfigsRequest.Builder> listConfigsRequest) Returns a list ofConfigobjects.default CompletableFuture<ListConfigsResponse> listConfigs(ListConfigsRequest listConfigsRequest) Returns a list ofConfigobjects.default ListConfigsPublisherlistConfigsPaginator(Consumer<ListConfigsRequest.Builder> listConfigsRequest) This is a variant oflistConfigs(software.amazon.awssdk.services.groundstation.model.ListConfigsRequest)operation.default ListConfigsPublisherlistConfigsPaginator(ListConfigsRequest listConfigsRequest) This is a variant oflistConfigs(software.amazon.awssdk.services.groundstation.model.ListConfigsRequest)operation.default CompletableFuture<ListContactsResponse> listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest) Returns a list of contacts.default CompletableFuture<ListContactsResponse> listContacts(ListContactsRequest listContactsRequest) Returns a list of contacts.default ListContactsPublisherlistContactsPaginator(Consumer<ListContactsRequest.Builder> listContactsRequest) This is a variant oflistContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation.default ListContactsPublisherlistContactsPaginator(ListContactsRequest listContactsRequest) This is a variant oflistContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation.listDataflowEndpointGroups(Consumer<ListDataflowEndpointGroupsRequest.Builder> listDataflowEndpointGroupsRequest) Returns a list ofDataflowEndpointgroups.listDataflowEndpointGroups(ListDataflowEndpointGroupsRequest listDataflowEndpointGroupsRequest) Returns a list ofDataflowEndpointgroups.listDataflowEndpointGroupsPaginator(Consumer<ListDataflowEndpointGroupsRequest.Builder> listDataflowEndpointGroupsRequest) This is a variant oflistDataflowEndpointGroups(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsRequest)operation.listDataflowEndpointGroupsPaginator(ListDataflowEndpointGroupsRequest listDataflowEndpointGroupsRequest) This is a variant oflistDataflowEndpointGroups(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsRequest)operation.default CompletableFuture<ListEphemeridesResponse> listEphemerides(Consumer<ListEphemeridesRequest.Builder> listEphemeridesRequest) List your existing ephemerides.default CompletableFuture<ListEphemeridesResponse> listEphemerides(ListEphemeridesRequest listEphemeridesRequest) List your existing ephemerides.default ListEphemeridesPublisherlistEphemeridesPaginator(Consumer<ListEphemeridesRequest.Builder> listEphemeridesRequest) This is a variant oflistEphemerides(software.amazon.awssdk.services.groundstation.model.ListEphemeridesRequest)operation.default ListEphemeridesPublisherlistEphemeridesPaginator(ListEphemeridesRequest listEphemeridesRequest) This is a variant oflistEphemerides(software.amazon.awssdk.services.groundstation.model.ListEphemeridesRequest)operation.listGroundStations(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest) Returns a list of ground stations.listGroundStations(ListGroundStationsRequest listGroundStationsRequest) Returns a list of ground stations.default ListGroundStationsPublisherlistGroundStationsPaginator(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest) This is a variant oflistGroundStations(software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest)operation.default ListGroundStationsPublisherlistGroundStationsPaginator(ListGroundStationsRequest listGroundStationsRequest) This is a variant oflistGroundStations(software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest)operation.listMissionProfiles(Consumer<ListMissionProfilesRequest.Builder> listMissionProfilesRequest) Returns a list of mission profiles.listMissionProfiles(ListMissionProfilesRequest listMissionProfilesRequest) Returns a list of mission profiles.default ListMissionProfilesPublisherlistMissionProfilesPaginator(Consumer<ListMissionProfilesRequest.Builder> listMissionProfilesRequest) This is a variant oflistMissionProfiles(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesRequest)operation.default ListMissionProfilesPublisherlistMissionProfilesPaginator(ListMissionProfilesRequest listMissionProfilesRequest) This is a variant oflistMissionProfiles(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesRequest)operation.default CompletableFuture<ListSatellitesResponse> listSatellites(Consumer<ListSatellitesRequest.Builder> listSatellitesRequest) Returns a list of satellites.default CompletableFuture<ListSatellitesResponse> listSatellites(ListSatellitesRequest listSatellitesRequest) Returns a list of satellites.default ListSatellitesPublisherlistSatellitesPaginator(Consumer<ListSatellitesRequest.Builder> listSatellitesRequest) This is a variant oflistSatellites(software.amazon.awssdk.services.groundstation.model.ListSatellitesRequest)operation.default ListSatellitesPublisherlistSatellitesPaginator(ListSatellitesRequest listSatellitesRequest) This is a variant oflistSatellites(software.amazon.awssdk.services.groundstation.model.ListSatellitesRequest)operation.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns a list of tags for a specified resource.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Returns a list of tags for a specified resource.default CompletableFuture<RegisterAgentResponse> registerAgent(Consumer<RegisterAgentRequest.Builder> registerAgentRequest) default CompletableFuture<RegisterAgentResponse> registerAgent(RegisterAgentRequest registerAgentRequest) default CompletableFuture<ReserveContactResponse> reserveContact(Consumer<ReserveContactRequest.Builder> reserveContactRequest) Reserves a contact using specified parameters.default CompletableFuture<ReserveContactResponse> reserveContact(ReserveContactRequest reserveContactRequest) Reserves a contact using specified parameters.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationdefault CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns a tag to a resource.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest) Assigns a tag to a resource.default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deassigns a resource tag.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Deassigns a resource tag.updateAgentStatus(Consumer<UpdateAgentStatusRequest.Builder> updateAgentStatusRequest) updateAgentStatus(UpdateAgentStatusRequest updateAgentStatusRequest) default CompletableFuture<UpdateConfigResponse> updateConfig(Consumer<UpdateConfigRequest.Builder> updateConfigRequest) Updates theConfigused when scheduling contacts.default CompletableFuture<UpdateConfigResponse> updateConfig(UpdateConfigRequest updateConfigRequest) Updates theConfigused when scheduling contacts.default CompletableFuture<UpdateEphemerisResponse> updateEphemeris(Consumer<UpdateEphemerisRequest.Builder> updateEphemerisRequest) Update an existing ephemeris.default CompletableFuture<UpdateEphemerisResponse> updateEphemeris(UpdateEphemerisRequest updateEphemerisRequest) Update an existing ephemeris.updateMissionProfile(Consumer<UpdateMissionProfileRequest.Builder> updateMissionProfileRequest) Updates a mission profile.updateMissionProfile(UpdateMissionProfileRequest updateMissionProfileRequest) Updates a mission profile.default GroundStationAsyncWaiterwaiter()Create an instance ofGroundStationAsyncWaiterusing this client.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseablecloseMethods inherited from interface software.amazon.awssdk.core.SdkClientserviceName
- 
Field Details- 
SERVICE_NAME- See Also:
 
- 
SERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.- See Also:
 
 
- 
- 
Method Details- 
cancelContactdefault CompletableFuture<CancelContactResponse> cancelContact(CancelContactRequest cancelContactRequest) Cancels a contact with a specified contact ID. - Parameters:
- cancelContactRequest-
- Returns:
- A Java Future containing the result of the CancelContact operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
cancelContactdefault CompletableFuture<CancelContactResponse> cancelContact(Consumer<CancelContactRequest.Builder> cancelContactRequest) Cancels a contact with a specified contact ID. 
 This is a convenience which creates an instance of the CancelContactRequest.Builderavoiding the need to create one manually viaCancelContactRequest.builder()- Parameters:
- cancelContactRequest- A- Consumerthat will call methods on- CancelContactRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CancelContact operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createConfigdefault CompletableFuture<CreateConfigResponse> createConfig(CreateConfigRequest createConfigRequest) Creates a Configwith the specifiedconfigDataparameters.Only one type of configDatacan be specified.- Parameters:
- createConfigRequest-
- Returns:
- A Java Future containing the result of the CreateConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceLimitExceededException Account limits for this resource have been exceeded.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createConfigdefault CompletableFuture<CreateConfigResponse> createConfig(Consumer<CreateConfigRequest.Builder> createConfigRequest) Creates a Configwith the specifiedconfigDataparameters.Only one type of configDatacan be specified.
 This is a convenience which creates an instance of the CreateConfigRequest.Builderavoiding the need to create one manually viaCreateConfigRequest.builder()- Parameters:
- createConfigRequest- A- Consumerthat will call methods on- CreateConfigRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceLimitExceededException Account limits for this resource have been exceeded.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createDataflowEndpointGroupdefault CompletableFuture<CreateDataflowEndpointGroupResponse> createDataflowEndpointGroup(CreateDataflowEndpointGroupRequest createDataflowEndpointGroupRequest) Creates a DataflowEndpointgroup containing the specified list ofDataflowEndpointobjects.The namefield in each endpoint is used in your mission profileDataflowEndpointConfigto specify which endpoints to use during a contact.When a contact uses multiple DataflowEndpointConfigobjects, eachConfigmust match aDataflowEndpointin the same group.- Parameters:
- createDataflowEndpointGroupRequest-
- Returns:
- A Java Future containing the result of the CreateDataflowEndpointGroup operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createDataflowEndpointGroupdefault CompletableFuture<CreateDataflowEndpointGroupResponse> createDataflowEndpointGroup(Consumer<CreateDataflowEndpointGroupRequest.Builder> createDataflowEndpointGroupRequest) Creates a DataflowEndpointgroup containing the specified list ofDataflowEndpointobjects.The namefield in each endpoint is used in your mission profileDataflowEndpointConfigto specify which endpoints to use during a contact.When a contact uses multiple DataflowEndpointConfigobjects, eachConfigmust match aDataflowEndpointin the same group.
 This is a convenience which creates an instance of the CreateDataflowEndpointGroupRequest.Builderavoiding the need to create one manually viaCreateDataflowEndpointGroupRequest.builder()- Parameters:
- createDataflowEndpointGroupRequest- A- Consumerthat will call methods on- CreateDataflowEndpointGroupRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateDataflowEndpointGroup operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createEphemerisdefault CompletableFuture<CreateEphemerisResponse> createEphemeris(CreateEphemerisRequest createEphemerisRequest) Create an ephemeris with your specified EphemerisData. - Parameters:
- createEphemerisRequest-
- Returns:
- A Java Future containing the result of the CreateEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createEphemerisdefault CompletableFuture<CreateEphemerisResponse> createEphemeris(Consumer<CreateEphemerisRequest.Builder> createEphemerisRequest) Create an ephemeris with your specified EphemerisData. 
 This is a convenience which creates an instance of the CreateEphemerisRequest.Builderavoiding the need to create one manually viaCreateEphemerisRequest.builder()- Parameters:
- createEphemerisRequest- A- Consumerthat will call methods on- CreateEphemerisRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createMissionProfiledefault CompletableFuture<CreateMissionProfileResponse> createMissionProfile(CreateMissionProfileRequest createMissionProfileRequest) Creates a mission profile. dataflowEdgesis a list of lists of strings. Each lower level list of strings has two elements: a from ARN and a to ARN.- Parameters:
- createMissionProfileRequest-
- Returns:
- A Java Future containing the result of the CreateMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
createMissionProfiledefault CompletableFuture<CreateMissionProfileResponse> createMissionProfile(Consumer<CreateMissionProfileRequest.Builder> createMissionProfileRequest) Creates a mission profile. dataflowEdgesis a list of lists of strings. Each lower level list of strings has two elements: a from ARN and a to ARN.
 This is a convenience which creates an instance of the CreateMissionProfileRequest.Builderavoiding the need to create one manually viaCreateMissionProfileRequest.builder()- Parameters:
- createMissionProfileRequest- A- Consumerthat will call methods on- CreateMissionProfileRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the CreateMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteConfigdefault CompletableFuture<DeleteConfigResponse> deleteConfig(DeleteConfigRequest deleteConfigRequest) Deletes a Config.- Parameters:
- deleteConfigRequest-
- Returns:
- A Java Future containing the result of the DeleteConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteConfigdefault CompletableFuture<DeleteConfigResponse> deleteConfig(Consumer<DeleteConfigRequest.Builder> deleteConfigRequest) Deletes a Config.
 This is a convenience which creates an instance of the DeleteConfigRequest.Builderavoiding the need to create one manually viaDeleteConfigRequest.builder()- Parameters:
- deleteConfigRequest- A- Consumerthat will call methods on- DeleteConfigRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteDataflowEndpointGroupdefault CompletableFuture<DeleteDataflowEndpointGroupResponse> deleteDataflowEndpointGroup(DeleteDataflowEndpointGroupRequest deleteDataflowEndpointGroupRequest) Deletes a dataflow endpoint group. - Parameters:
- deleteDataflowEndpointGroupRequest-
- Returns:
- A Java Future containing the result of the DeleteDataflowEndpointGroup operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteDataflowEndpointGroupdefault CompletableFuture<DeleteDataflowEndpointGroupResponse> deleteDataflowEndpointGroup(Consumer<DeleteDataflowEndpointGroupRequest.Builder> deleteDataflowEndpointGroupRequest) Deletes a dataflow endpoint group. 
 This is a convenience which creates an instance of the DeleteDataflowEndpointGroupRequest.Builderavoiding the need to create one manually viaDeleteDataflowEndpointGroupRequest.builder()- Parameters:
- deleteDataflowEndpointGroupRequest- A- Consumerthat will call methods on- DeleteDataflowEndpointGroupRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteDataflowEndpointGroup operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteEphemerisdefault CompletableFuture<DeleteEphemerisResponse> deleteEphemeris(DeleteEphemerisRequest deleteEphemerisRequest) Delete an ephemeris. - Parameters:
- deleteEphemerisRequest-
- Returns:
- A Java Future containing the result of the DeleteEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- ResourceInUseException The specified resource is in use by non-terminal state contacts and cannot be modified or deleted.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteEphemerisdefault CompletableFuture<DeleteEphemerisResponse> deleteEphemeris(Consumer<DeleteEphemerisRequest.Builder> deleteEphemerisRequest) Delete an ephemeris. 
 This is a convenience which creates an instance of the DeleteEphemerisRequest.Builderavoiding the need to create one manually viaDeleteEphemerisRequest.builder()- Parameters:
- deleteEphemerisRequest- A- Consumerthat will call methods on- DeleteEphemerisRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- ResourceInUseException The specified resource is in use by non-terminal state contacts and cannot be modified or deleted.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteMissionProfiledefault CompletableFuture<DeleteMissionProfileResponse> deleteMissionProfile(DeleteMissionProfileRequest deleteMissionProfileRequest) Deletes a mission profile. - Parameters:
- deleteMissionProfileRequest-
- Returns:
- A Java Future containing the result of the DeleteMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
deleteMissionProfiledefault CompletableFuture<DeleteMissionProfileResponse> deleteMissionProfile(Consumer<DeleteMissionProfileRequest.Builder> deleteMissionProfileRequest) Deletes a mission profile. 
 This is a convenience which creates an instance of the DeleteMissionProfileRequest.Builderavoiding the need to create one manually viaDeleteMissionProfileRequest.builder()- Parameters:
- deleteMissionProfileRequest- A- Consumerthat will call methods on- DeleteMissionProfileRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DeleteMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
describeContactdefault CompletableFuture<DescribeContactResponse> describeContact(DescribeContactRequest describeContactRequest) Describes an existing contact. - Parameters:
- describeContactRequest-
- Returns:
- A Java Future containing the result of the DescribeContact operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
describeContactdefault CompletableFuture<DescribeContactResponse> describeContact(Consumer<DescribeContactRequest.Builder> describeContactRequest) Describes an existing contact. 
 This is a convenience which creates an instance of the DescribeContactRequest.Builderavoiding the need to create one manually viaDescribeContactRequest.builder()- Parameters:
- describeContactRequest- A- Consumerthat will call methods on- DescribeContactRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DescribeContact operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
describeEphemerisdefault CompletableFuture<DescribeEphemerisResponse> describeEphemeris(DescribeEphemerisRequest describeEphemerisRequest) Retrieve information about an existing ephemeris. - Parameters:
- describeEphemerisRequest-
- Returns:
- A Java Future containing the result of the DescribeEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
describeEphemerisdefault CompletableFuture<DescribeEphemerisResponse> describeEphemeris(Consumer<DescribeEphemerisRequest.Builder> describeEphemerisRequest) Retrieve information about an existing ephemeris. 
 This is a convenience which creates an instance of the DescribeEphemerisRequest.Builderavoiding the need to create one manually viaDescribeEphemerisRequest.builder()- Parameters:
- describeEphemerisRequest- A- Consumerthat will call methods on- DescribeEphemerisRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the DescribeEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getAgentConfigurationdefault CompletableFuture<GetAgentConfigurationResponse> getAgentConfiguration(GetAgentConfigurationRequest getAgentConfigurationRequest) For use by AWS Ground Station Agent and shouldn't be called directly. Gets the latest configuration information for a registered agent. - Parameters:
- getAgentConfigurationRequest-
- Returns:
- A Java Future containing the result of the GetAgentConfiguration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getAgentConfigurationdefault CompletableFuture<GetAgentConfigurationResponse> getAgentConfiguration(Consumer<GetAgentConfigurationRequest.Builder> getAgentConfigurationRequest) For use by AWS Ground Station Agent and shouldn't be called directly. Gets the latest configuration information for a registered agent. 
 This is a convenience which creates an instance of the GetAgentConfigurationRequest.Builderavoiding the need to create one manually viaGetAgentConfigurationRequest.builder()- Parameters:
- getAgentConfigurationRequest- A- Consumerthat will call methods on- GetAgentConfigurationRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetAgentConfiguration operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getConfigReturns Configinformation.Only one Configresponse can be returned.- Parameters:
- getConfigRequest-
- Returns:
- A Java Future containing the result of the GetConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getConfigdefault CompletableFuture<GetConfigResponse> getConfig(Consumer<GetConfigRequest.Builder> getConfigRequest) Returns Configinformation.Only one Configresponse can be returned.
 This is a convenience which creates an instance of the GetConfigRequest.Builderavoiding the need to create one manually viaGetConfigRequest.builder()- Parameters:
- getConfigRequest- A- Consumerthat will call methods on- GetConfigRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getDataflowEndpointGroupdefault CompletableFuture<GetDataflowEndpointGroupResponse> getDataflowEndpointGroup(GetDataflowEndpointGroupRequest getDataflowEndpointGroupRequest) Returns the dataflow endpoint group. - Parameters:
- getDataflowEndpointGroupRequest-
- Returns:
- A Java Future containing the result of the GetDataflowEndpointGroup operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getDataflowEndpointGroupdefault CompletableFuture<GetDataflowEndpointGroupResponse> getDataflowEndpointGroup(Consumer<GetDataflowEndpointGroupRequest.Builder> getDataflowEndpointGroupRequest) Returns the dataflow endpoint group. 
 This is a convenience which creates an instance of the GetDataflowEndpointGroupRequest.Builderavoiding the need to create one manually viaGetDataflowEndpointGroupRequest.builder()- Parameters:
- getDataflowEndpointGroupRequest- A- Consumerthat will call methods on- GetDataflowEndpointGroupRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetDataflowEndpointGroup operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getMinuteUsagedefault CompletableFuture<GetMinuteUsageResponse> getMinuteUsage(GetMinuteUsageRequest getMinuteUsageRequest) Returns the number of reserved minutes used by account. - Parameters:
- getMinuteUsageRequest-
- Returns:
- A Java Future containing the result of the GetMinuteUsage operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getMinuteUsagedefault CompletableFuture<GetMinuteUsageResponse> getMinuteUsage(Consumer<GetMinuteUsageRequest.Builder> getMinuteUsageRequest) Returns the number of reserved minutes used by account. 
 This is a convenience which creates an instance of the GetMinuteUsageRequest.Builderavoiding the need to create one manually viaGetMinuteUsageRequest.builder()- Parameters:
- getMinuteUsageRequest- A- Consumerthat will call methods on- GetMinuteUsageRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetMinuteUsage operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getMissionProfiledefault CompletableFuture<GetMissionProfileResponse> getMissionProfile(GetMissionProfileRequest getMissionProfileRequest) Returns a mission profile. - Parameters:
- getMissionProfileRequest-
- Returns:
- A Java Future containing the result of the GetMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getMissionProfiledefault CompletableFuture<GetMissionProfileResponse> getMissionProfile(Consumer<GetMissionProfileRequest.Builder> getMissionProfileRequest) Returns a mission profile. 
 This is a convenience which creates an instance of the GetMissionProfileRequest.Builderavoiding the need to create one manually viaGetMissionProfileRequest.builder()- Parameters:
- getMissionProfileRequest- A- Consumerthat will call methods on- GetMissionProfileRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getSatellitedefault CompletableFuture<GetSatelliteResponse> getSatellite(GetSatelliteRequest getSatelliteRequest) Returns a satellite. - Parameters:
- getSatelliteRequest-
- Returns:
- A Java Future containing the result of the GetSatellite operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
getSatellitedefault CompletableFuture<GetSatelliteResponse> getSatellite(Consumer<GetSatelliteRequest.Builder> getSatelliteRequest) Returns a satellite. 
 This is a convenience which creates an instance of the GetSatelliteRequest.Builderavoiding the need to create one manually viaGetSatelliteRequest.builder()- Parameters:
- getSatelliteRequest- A- Consumerthat will call methods on- GetSatelliteRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the GetSatellite operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listConfigsReturns a list of Configobjects.- Parameters:
- listConfigsRequest-
- Returns:
- A Java Future containing the result of the ListConfigs operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listConfigsdefault CompletableFuture<ListConfigsResponse> listConfigs(Consumer<ListConfigsRequest.Builder> listConfigsRequest) Returns a list of Configobjects.
 This is a convenience which creates an instance of the ListConfigsRequest.Builderavoiding the need to create one manually viaListConfigsRequest.builder()- Parameters:
- listConfigsRequest- A- Consumerthat will call methods on- ListConfigsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListConfigs operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listConfigsPaginatorThis is a variant of listConfigs(software.amazon.awssdk.services.groundstation.model.ListConfigsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListConfigsPublisher publisher = client.listConfigsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListConfigsPublisher publisher = client.listConfigsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListConfigsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListConfigsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listConfigs(software.amazon.awssdk.services.groundstation.model.ListConfigsRequest)operation.- Parameters:
- listConfigsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listConfigsPaginatordefault ListConfigsPublisher listConfigsPaginator(Consumer<ListConfigsRequest.Builder> listConfigsRequest) This is a variant of listConfigs(software.amazon.awssdk.services.groundstation.model.ListConfigsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListConfigsPublisher publisher = client.listConfigsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListConfigsPublisher publisher = client.listConfigsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListConfigsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListConfigsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listConfigs(software.amazon.awssdk.services.groundstation.model.ListConfigsRequest)operation.
 This is a convenience which creates an instance of the ListConfigsRequest.Builderavoiding the need to create one manually viaListConfigsRequest.builder()- Parameters:
- listConfigsRequest- A- Consumerthat will call methods on- ListConfigsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listContactsdefault CompletableFuture<ListContactsResponse> listContacts(ListContactsRequest listContactsRequest) Returns a list of contacts. If statusListcontains AVAILABLE, the request must includegroundStation,missionprofileArn, andsatelliteArn.- Parameters:
- listContactsRequest-
- Returns:
- A Java Future containing the result of the ListContacts operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listContactsdefault CompletableFuture<ListContactsResponse> listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest) Returns a list of contacts. If statusListcontains AVAILABLE, the request must includegroundStation,missionprofileArn, andsatelliteArn.
 This is a convenience which creates an instance of the ListContactsRequest.Builderavoiding the need to create one manually viaListContactsRequest.builder()- Parameters:
- listContactsRequest- A- Consumerthat will call methods on- ListContactsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListContacts operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listContactsPaginatorThis is a variant of listContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListContactsPublisher publisher = client.listContactsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListContactsPublisher publisher = client.listContactsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListContactsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListContactsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation.- Parameters:
- listContactsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listContactsPaginatordefault ListContactsPublisher listContactsPaginator(Consumer<ListContactsRequest.Builder> listContactsRequest) This is a variant of listContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListContactsPublisher publisher = client.listContactsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListContactsPublisher publisher = client.listContactsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListContactsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListContactsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listContacts(software.amazon.awssdk.services.groundstation.model.ListContactsRequest)operation.
 This is a convenience which creates an instance of the ListContactsRequest.Builderavoiding the need to create one manually viaListContactsRequest.builder()- Parameters:
- listContactsRequest- A- Consumerthat will call methods on- ListContactsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataflowEndpointGroupsdefault CompletableFuture<ListDataflowEndpointGroupsResponse> listDataflowEndpointGroups(ListDataflowEndpointGroupsRequest listDataflowEndpointGroupsRequest) Returns a list of DataflowEndpointgroups.- Parameters:
- listDataflowEndpointGroupsRequest-
- Returns:
- A Java Future containing the result of the ListDataflowEndpointGroups operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataflowEndpointGroupsdefault CompletableFuture<ListDataflowEndpointGroupsResponse> listDataflowEndpointGroups(Consumer<ListDataflowEndpointGroupsRequest.Builder> listDataflowEndpointGroupsRequest) Returns a list of DataflowEndpointgroups.
 This is a convenience which creates an instance of the ListDataflowEndpointGroupsRequest.Builderavoiding the need to create one manually viaListDataflowEndpointGroupsRequest.builder()- Parameters:
- listDataflowEndpointGroupsRequest- A- Consumerthat will call methods on- ListDataflowEndpointGroupsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListDataflowEndpointGroups operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataflowEndpointGroupsPaginatordefault ListDataflowEndpointGroupsPublisher listDataflowEndpointGroupsPaginator(ListDataflowEndpointGroupsRequest listDataflowEndpointGroupsRequest) This is a variant of listDataflowEndpointGroups(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListDataflowEndpointGroupsPublisher publisher = client.listDataflowEndpointGroupsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListDataflowEndpointGroupsPublisher publisher = client.listDataflowEndpointGroupsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listDataflowEndpointGroups(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsRequest)operation.- Parameters:
- listDataflowEndpointGroupsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listDataflowEndpointGroupsPaginatordefault ListDataflowEndpointGroupsPublisher listDataflowEndpointGroupsPaginator(Consumer<ListDataflowEndpointGroupsRequest.Builder> listDataflowEndpointGroupsRequest) This is a variant of listDataflowEndpointGroups(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListDataflowEndpointGroupsPublisher publisher = client.listDataflowEndpointGroupsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListDataflowEndpointGroupsPublisher publisher = client.listDataflowEndpointGroupsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listDataflowEndpointGroups(software.amazon.awssdk.services.groundstation.model.ListDataflowEndpointGroupsRequest)operation.
 This is a convenience which creates an instance of the ListDataflowEndpointGroupsRequest.Builderavoiding the need to create one manually viaListDataflowEndpointGroupsRequest.builder()- Parameters:
- listDataflowEndpointGroupsRequest- A- Consumerthat will call methods on- ListDataflowEndpointGroupsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEphemeridesdefault CompletableFuture<ListEphemeridesResponse> listEphemerides(ListEphemeridesRequest listEphemeridesRequest) List your existing ephemerides. - Parameters:
- listEphemeridesRequest-
- Returns:
- A Java Future containing the result of the ListEphemerides operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEphemeridesdefault CompletableFuture<ListEphemeridesResponse> listEphemerides(Consumer<ListEphemeridesRequest.Builder> listEphemeridesRequest) List your existing ephemerides. 
 This is a convenience which creates an instance of the ListEphemeridesRequest.Builderavoiding the need to create one manually viaListEphemeridesRequest.builder()- Parameters:
- listEphemeridesRequest- A- Consumerthat will call methods on- ListEphemeridesRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListEphemerides operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEphemeridesPaginatordefault ListEphemeridesPublisher listEphemeridesPaginator(ListEphemeridesRequest listEphemeridesRequest) This is a variant of listEphemerides(software.amazon.awssdk.services.groundstation.model.ListEphemeridesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListEphemeridesPublisher publisher = client.listEphemeridesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListEphemeridesPublisher publisher = client.listEphemeridesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListEphemeridesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListEphemeridesResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listEphemerides(software.amazon.awssdk.services.groundstation.model.ListEphemeridesRequest)operation.- Parameters:
- listEphemeridesRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listEphemeridesPaginatordefault ListEphemeridesPublisher listEphemeridesPaginator(Consumer<ListEphemeridesRequest.Builder> listEphemeridesRequest) This is a variant of listEphemerides(software.amazon.awssdk.services.groundstation.model.ListEphemeridesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListEphemeridesPublisher publisher = client.listEphemeridesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListEphemeridesPublisher publisher = client.listEphemeridesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListEphemeridesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListEphemeridesResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listEphemerides(software.amazon.awssdk.services.groundstation.model.ListEphemeridesRequest)operation.
 This is a convenience which creates an instance of the ListEphemeridesRequest.Builderavoiding the need to create one manually viaListEphemeridesRequest.builder()- Parameters:
- listEphemeridesRequest- A- Consumerthat will call methods on- ListEphemeridesRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listGroundStationsdefault CompletableFuture<ListGroundStationsResponse> listGroundStations(ListGroundStationsRequest listGroundStationsRequest) Returns a list of ground stations. - Parameters:
- listGroundStationsRequest-
- Returns:
- A Java Future containing the result of the ListGroundStations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listGroundStationsdefault CompletableFuture<ListGroundStationsResponse> listGroundStations(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest) Returns a list of ground stations. 
 This is a convenience which creates an instance of the ListGroundStationsRequest.Builderavoiding the need to create one manually viaListGroundStationsRequest.builder()- Parameters:
- listGroundStationsRequest- A- Consumerthat will call methods on- ListGroundStationsRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListGroundStations operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listGroundStationsPaginatordefault ListGroundStationsPublisher listGroundStationsPaginator(ListGroundStationsRequest listGroundStationsRequest) This is a variant of listGroundStations(software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListGroundStationsPublisher publisher = client.listGroundStationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListGroundStationsPublisher publisher = client.listGroundStationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListGroundStationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListGroundStationsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listGroundStations(software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest)operation.- Parameters:
- listGroundStationsRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listGroundStationsPaginatordefault ListGroundStationsPublisher listGroundStationsPaginator(Consumer<ListGroundStationsRequest.Builder> listGroundStationsRequest) This is a variant of listGroundStations(software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListGroundStationsPublisher publisher = client.listGroundStationsPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListGroundStationsPublisher publisher = client.listGroundStationsPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListGroundStationsResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListGroundStationsResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listGroundStations(software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest)operation.
 This is a convenience which creates an instance of the ListGroundStationsRequest.Builderavoiding the need to create one manually viaListGroundStationsRequest.builder()- Parameters:
- listGroundStationsRequest- A- Consumerthat will call methods on- ListGroundStationsRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listMissionProfilesdefault CompletableFuture<ListMissionProfilesResponse> listMissionProfiles(ListMissionProfilesRequest listMissionProfilesRequest) Returns a list of mission profiles. - Parameters:
- listMissionProfilesRequest-
- Returns:
- A Java Future containing the result of the ListMissionProfiles operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listMissionProfilesdefault CompletableFuture<ListMissionProfilesResponse> listMissionProfiles(Consumer<ListMissionProfilesRequest.Builder> listMissionProfilesRequest) Returns a list of mission profiles. 
 This is a convenience which creates an instance of the ListMissionProfilesRequest.Builderavoiding the need to create one manually viaListMissionProfilesRequest.builder()- Parameters:
- listMissionProfilesRequest- A- Consumerthat will call methods on- ListMissionProfilesRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListMissionProfiles operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listMissionProfilesPaginatordefault ListMissionProfilesPublisher listMissionProfilesPaginator(ListMissionProfilesRequest listMissionProfilesRequest) This is a variant of listMissionProfiles(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListMissionProfilesPublisher publisher = client.listMissionProfilesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListMissionProfilesPublisher publisher = client.listMissionProfilesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListMissionProfilesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listMissionProfiles(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesRequest)operation.- Parameters:
- listMissionProfilesRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listMissionProfilesPaginatordefault ListMissionProfilesPublisher listMissionProfilesPaginator(Consumer<ListMissionProfilesRequest.Builder> listMissionProfilesRequest) This is a variant of listMissionProfiles(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListMissionProfilesPublisher publisher = client.listMissionProfilesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListMissionProfilesPublisher publisher = client.listMissionProfilesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListMissionProfilesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listMissionProfiles(software.amazon.awssdk.services.groundstation.model.ListMissionProfilesRequest)operation.
 This is a convenience which creates an instance of the ListMissionProfilesRequest.Builderavoiding the need to create one manually viaListMissionProfilesRequest.builder()- Parameters:
- listMissionProfilesRequest- A- Consumerthat will call methods on- ListMissionProfilesRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listSatellitesdefault CompletableFuture<ListSatellitesResponse> listSatellites(ListSatellitesRequest listSatellitesRequest) Returns a list of satellites. - Parameters:
- listSatellitesRequest-
- Returns:
- A Java Future containing the result of the ListSatellites operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listSatellitesdefault CompletableFuture<ListSatellitesResponse> listSatellites(Consumer<ListSatellitesRequest.Builder> listSatellitesRequest) Returns a list of satellites. 
 This is a convenience which creates an instance of the ListSatellitesRequest.Builderavoiding the need to create one manually viaListSatellitesRequest.builder()- Parameters:
- listSatellitesRequest- A- Consumerthat will call methods on- ListSatellitesRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListSatellites operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listSatellitesPaginatordefault ListSatellitesPublisher listSatellitesPaginator(ListSatellitesRequest listSatellitesRequest) This is a variant of listSatellites(software.amazon.awssdk.services.groundstation.model.ListSatellitesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListSatellitesPublisher publisher = client.listSatellitesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListSatellitesPublisher publisher = client.listSatellitesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListSatellitesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListSatellitesResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listSatellites(software.amazon.awssdk.services.groundstation.model.ListSatellitesRequest)operation.- Parameters:
- listSatellitesRequest-
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listSatellitesPaginatordefault ListSatellitesPublisher listSatellitesPaginator(Consumer<ListSatellitesRequest.Builder> listSatellitesRequest) This is a variant of listSatellites(software.amazon.awssdk.services.groundstation.model.ListSatellitesRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class: 1) Using the subscribe helper method
 2) Using a custom subscribersoftware.amazon.awssdk.services.groundstation.paginators.ListSatellitesPublisher publisher = client.listSatellitesPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
 As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.groundstation.paginators.ListSatellitesPublisher publisher = client.listSatellitesPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.groundstation.model.ListSatellitesResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.groundstation.model.ListSatellitesResponse response) { //... }; });Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page. Note: If you prefer to have control on service calls, use the listSatellites(software.amazon.awssdk.services.groundstation.model.ListSatellitesRequest)operation.
 This is a convenience which creates an instance of the ListSatellitesRequest.Builderavoiding the need to create one manually viaListSatellitesRequest.builder()- Parameters:
- listSatellitesRequest- A- Consumerthat will call methods on- ListSatellitesRequest.Builderto create a request.
- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listTagsForResourcedefault CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Returns a list of tags for a specified resource. - Parameters:
- listTagsForResourceRequest-
- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
listTagsForResourcedefault CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns a list of tags for a specified resource. 
 This is a convenience which creates an instance of the ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
- listTagsForResourceRequest- A- Consumerthat will call methods on- ListTagsForResourceRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
registerAgentdefault CompletableFuture<RegisterAgentResponse> registerAgent(RegisterAgentRequest registerAgentRequest) For use by AWS Ground Station Agent and shouldn't be called directly. Registers a new agent with AWS Ground Station. - Parameters:
- registerAgentRequest-
- Returns:
- A Java Future containing the result of the RegisterAgent operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
registerAgentdefault CompletableFuture<RegisterAgentResponse> registerAgent(Consumer<RegisterAgentRequest.Builder> registerAgentRequest) For use by AWS Ground Station Agent and shouldn't be called directly. Registers a new agent with AWS Ground Station. 
 This is a convenience which creates an instance of the RegisterAgentRequest.Builderavoiding the need to create one manually viaRegisterAgentRequest.builder()- Parameters:
- registerAgentRequest- A- Consumerthat will call methods on- RegisterAgentRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the RegisterAgent operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
reserveContactdefault CompletableFuture<ReserveContactResponse> reserveContact(ReserveContactRequest reserveContactRequest) Reserves a contact using specified parameters. - Parameters:
- reserveContactRequest-
- Returns:
- A Java Future containing the result of the ReserveContact operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceLimitExceededException Account limits for this resource have been exceeded.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
reserveContactdefault CompletableFuture<ReserveContactResponse> reserveContact(Consumer<ReserveContactRequest.Builder> reserveContactRequest) Reserves a contact using specified parameters. 
 This is a convenience which creates an instance of the ReserveContactRequest.Builderavoiding the need to create one manually viaReserveContactRequest.builder()- Parameters:
- reserveContactRequest- A- Consumerthat will call methods on- ReserveContactRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the ReserveContact operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceLimitExceededException Account limits for this resource have been exceeded.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
tagResourceAssigns a tag to a resource. - Parameters:
- tagResourceRequest-
- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
tagResourcedefault CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns a tag to a resource. 
 This is a convenience which creates an instance of the TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
- tagResourceRequest- A- Consumerthat will call methods on- TagResourceRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
untagResourcedefault CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest) Deassigns a resource tag. - Parameters:
- untagResourceRequest-
- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
untagResourcedefault CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Deassigns a resource tag. 
 This is a convenience which creates an instance of the UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
- untagResourceRequest- A- Consumerthat will call methods on- UntagResourceRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateAgentStatusdefault CompletableFuture<UpdateAgentStatusResponse> updateAgentStatus(UpdateAgentStatusRequest updateAgentStatusRequest) For use by AWS Ground Station Agent and shouldn't be called directly. Update the status of the agent. - Parameters:
- updateAgentStatusRequest-
- Returns:
- A Java Future containing the result of the UpdateAgentStatus operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateAgentStatusdefault CompletableFuture<UpdateAgentStatusResponse> updateAgentStatus(Consumer<UpdateAgentStatusRequest.Builder> updateAgentStatusRequest) For use by AWS Ground Station Agent and shouldn't be called directly. Update the status of the agent. 
 This is a convenience which creates an instance of the UpdateAgentStatusRequest.Builderavoiding the need to create one manually viaUpdateAgentStatusRequest.builder()- Parameters:
- updateAgentStatusRequest- A- Consumerthat will call methods on- UpdateAgentStatusRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateAgentStatus operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateConfigdefault CompletableFuture<UpdateConfigResponse> updateConfig(UpdateConfigRequest updateConfigRequest) Updates the Configused when scheduling contacts.Updating a Configwill not update the execution parameters for existing future contacts scheduled with thisConfig.- Parameters:
- updateConfigRequest-
- Returns:
- A Java Future containing the result of the UpdateConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateConfigdefault CompletableFuture<UpdateConfigResponse> updateConfig(Consumer<UpdateConfigRequest.Builder> updateConfigRequest) Updates the Configused when scheduling contacts.Updating a Configwill not update the execution parameters for existing future contacts scheduled with thisConfig.
 This is a convenience which creates an instance of the UpdateConfigRequest.Builderavoiding the need to create one manually viaUpdateConfigRequest.builder()- Parameters:
- updateConfigRequest- A- Consumerthat will call methods on- UpdateConfigRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateConfig operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateEphemerisdefault CompletableFuture<UpdateEphemerisResponse> updateEphemeris(UpdateEphemerisRequest updateEphemerisRequest) Update an existing ephemeris. - Parameters:
- updateEphemerisRequest-
- Returns:
- A Java Future containing the result of the UpdateEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateEphemerisdefault CompletableFuture<UpdateEphemerisResponse> updateEphemeris(Consumer<UpdateEphemerisRequest.Builder> updateEphemerisRequest) Update an existing ephemeris. 
 This is a convenience which creates an instance of the UpdateEphemerisRequest.Builderavoiding the need to create one manually viaUpdateEphemerisRequest.builder()- Parameters:
- updateEphemerisRequest- A- Consumerthat will call methods on- UpdateEphemerisRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateEphemeris operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateMissionProfiledefault CompletableFuture<UpdateMissionProfileResponse> updateMissionProfile(UpdateMissionProfileRequest updateMissionProfileRequest) Updates a mission profile. Updating a mission profile will not update the execution parameters for existing future contacts. - Parameters:
- updateMissionProfileRequest-
- Returns:
- A Java Future containing the result of the UpdateMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
updateMissionProfiledefault CompletableFuture<UpdateMissionProfileResponse> updateMissionProfile(Consumer<UpdateMissionProfileRequest.Builder> updateMissionProfileRequest) Updates a mission profile. Updating a mission profile will not update the execution parameters for existing future contacts. 
 This is a convenience which creates an instance of the UpdateMissionProfileRequest.Builderavoiding the need to create one manually viaUpdateMissionProfileRequest.builder()- Parameters:
- updateMissionProfileRequest- A- Consumerthat will call methods on- UpdateMissionProfileRequest.Builderto create a request.
- Returns:
- A Java Future containing the result of the UpdateMissionProfile operation returned by the service.
 The CompletableFuture returned by this method can be completed exceptionally with the following exceptions. The exception returned is wrapped with CompletionException, so you need to invokeThrowable.getCause()to retrieve the underlying exception.- InvalidParameterException One or more parameters are not valid.
- DependencyException Dependency encountered an error.
- ResourceNotFoundException Resource was not found.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- GroundStationException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
 
- See Also:
 
- 
waiterCreate an instance ofGroundStationAsyncWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed. - Returns:
- an instance of GroundStationAsyncWaiter
 
- 
serviceClientConfigurationDescription copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
- serviceClientConfigurationin interface- AwsClient
- Specified by:
- serviceClientConfigurationin interface- SdkClient
- Returns:
- SdkServiceClientConfiguration
 
- 
createCreate aGroundStationAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
- 
builderCreate a builder that can be used to configure and create aGroundStationAsyncClient.
 
-