Uses of Class
com.amazonaws.services.opsworks.model.GetHostnameSuggestionResult
-
Packages that use GetHostnameSuggestionResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of GetHostnameSuggestionResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return GetHostnameSuggestionResult Modifier and Type Method Description GetHostnameSuggestionResult
AbstractAWSOpsWorks. getHostnameSuggestion(GetHostnameSuggestionRequest request)
GetHostnameSuggestionResult
AWSOpsWorks. getHostnameSuggestion(GetHostnameSuggestionRequest getHostnameSuggestionRequest)
Gets a generated host name for the specified layer, based on the current host name theme.GetHostnameSuggestionResult
AWSOpsWorksClient. getHostnameSuggestion(GetHostnameSuggestionRequest getHostnameSuggestionRequest)
Gets a generated host name for the specified layer, based on the current host name theme.Method parameters in com.amazonaws.services.opsworks with type arguments of type GetHostnameSuggestionResult Modifier and Type Method Description Future<GetHostnameSuggestionResult>
AbstractAWSOpsWorksAsync. getHostnameSuggestionAsync(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest,GetHostnameSuggestionResult> asyncHandler)
Future<GetHostnameSuggestionResult>
AWSOpsWorksAsync. getHostnameSuggestionAsync(GetHostnameSuggestionRequest getHostnameSuggestionRequest, AsyncHandler<GetHostnameSuggestionRequest,GetHostnameSuggestionResult> asyncHandler)
Gets a generated host name for the specified layer, based on the current host name theme.Future<GetHostnameSuggestionResult>
AWSOpsWorksAsyncClient. getHostnameSuggestionAsync(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest,GetHostnameSuggestionResult> asyncHandler)
-
Uses of GetHostnameSuggestionResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return GetHostnameSuggestionResult Modifier and Type Method Description GetHostnameSuggestionResult
GetHostnameSuggestionResult. clone()
GetHostnameSuggestionResult
GetHostnameSuggestionResult. withHostname(String hostname)
The generated host name.GetHostnameSuggestionResult
GetHostnameSuggestionResult. withLayerId(String layerId)
The layer ID.
-