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 GetHostnameSuggestionResultAbstractAWSOpsWorks. getHostnameSuggestion(GetHostnameSuggestionRequest request)GetHostnameSuggestionResultAWSOpsWorks. getHostnameSuggestion(GetHostnameSuggestionRequest getHostnameSuggestionRequest)Gets a generated host name for the specified layer, based on the current host name theme.GetHostnameSuggestionResultAWSOpsWorksClient. 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 GetHostnameSuggestionResultGetHostnameSuggestionResult. clone()GetHostnameSuggestionResultGetHostnameSuggestionResult. withHostname(String hostname)The generated host name.GetHostnameSuggestionResultGetHostnameSuggestionResult. withLayerId(String layerId)The layer ID.
-