Uses of Class
software.amazon.awssdk.services.opsworks.model.GetHostnameSuggestionResponse
-
Packages that use GetHostnameSuggestionResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of GetHostnameSuggestionResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return GetHostnameSuggestionResponse Modifier and Type Method Description default GetHostnameSuggestionResponseOpsWorksClient. getHostnameSuggestion(Consumer<GetHostnameSuggestionRequest.Builder> getHostnameSuggestionRequest)Gets a generated host name for the specified layer, based on the current host name theme.default GetHostnameSuggestionResponseOpsWorksClient. getHostnameSuggestion(GetHostnameSuggestionRequest getHostnameSuggestionRequest)Gets a generated host name for the specified layer, based on the current host name theme.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type GetHostnameSuggestionResponse Modifier and Type Method Description default CompletableFuture<GetHostnameSuggestionResponse>OpsWorksAsyncClient. getHostnameSuggestion(Consumer<GetHostnameSuggestionRequest.Builder> getHostnameSuggestionRequest)Gets a generated host name for the specified layer, based on the current host name theme.default CompletableFuture<GetHostnameSuggestionResponse>OpsWorksAsyncClient. getHostnameSuggestion(GetHostnameSuggestionRequest getHostnameSuggestionRequest)Gets a generated host name for the specified layer, based on the current host name theme.
-