mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 04:05:36 +00:00
b5969: Add insightful comment.
This commit is contained in:
+6
@@ -28,6 +28,12 @@ import com.sap.sse.landscape.aws.common.shared.RedirectDTO;
|
||||
public interface LandscapeManagementWriteServiceAsync {
|
||||
void getRegions(AsyncCallback<ArrayList<String>> callback);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param canBeDeployedInNlbInstanceBasedTargetGroup
|
||||
* A boolean indicating, if true, that the list of available instance types should not contain those,
|
||||
* which cannot be added to an instance-based Network Load Balancer.
|
||||
*/
|
||||
void getInstanceTypeNames(boolean canBeDeployedInNlbInstanceBasedTargetGroup, AsyncCallback<ArrayList<String>> callback);
|
||||
|
||||
void getMongoEndpoints(String regionId, AsyncCallback<ArrayList<MongoEndpointDTO>> callback);
|
||||
|
||||
Reference in New Issue
Block a user