Uses of Class
com.amazonaws.services.opsworks.model.GetHostnameSuggestionResult
Packages that use GetHostnameSuggestionResult
-
Uses of GetHostnameSuggestionResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return GetHostnameSuggestionResultModifier and TypeMethodDescriptionAbstractAWSOpsWorks.getHostnameSuggestion
(GetHostnameSuggestionRequest request) AWSOpsWorks.getHostnameSuggestion
(GetHostnameSuggestionRequest getHostnameSuggestionRequest) Gets a generated host name for the specified layer, based on the current host name theme.AWSOpsWorksClient.getHostnameSuggestion
(GetHostnameSuggestionRequest getHostnameSuggestionRequest) Gets a generated host name for the specified layer, based on the current host name theme.Methods in com.amazonaws.services.opsworks that return types with arguments of type GetHostnameSuggestionResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest request) AbstractAWSOpsWorksAsync.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) AWSOpsWorksAsync.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest getHostnameSuggestionRequest) Gets a generated host name for the specified layer, based on the current host name theme.AWSOpsWorksAsync.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest getHostnameSuggestionRequest, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) Gets a generated host name for the specified layer, based on the current host name theme.AWSOpsWorksAsyncClient.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest request) AWSOpsWorksAsyncClient.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type GetHostnameSuggestionResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest request, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) AWSOpsWorksAsync.getHostnameSuggestionAsync
(GetHostnameSuggestionRequest getHostnameSuggestionRequest, AsyncHandler<GetHostnameSuggestionRequest, GetHostnameSuggestionResult> asyncHandler) Gets a generated host name for the specified layer, based on the current host name theme.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 GetHostnameSuggestionResultModifier and TypeMethodDescriptionGetHostnameSuggestionResult.clone()
GetHostnameSuggestionResult.withHostname
(String hostname) The generated host name.GetHostnameSuggestionResult.withLayerId
(String layerId) The layer ID.