Uses of Class
software.amazon.awssdk.services.opsworks.model.GetHostnameSuggestionRequest
-
Packages that use GetHostnameSuggestionRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of GetHostnameSuggestionRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type GetHostnameSuggestionRequest Modifier and Type Method Description default CompletableFuture<GetHostnameSuggestionResponse>OpsWorksAsyncClient. getHostnameSuggestion(GetHostnameSuggestionRequest 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. -
Uses of GetHostnameSuggestionRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type GetHostnameSuggestionRequest Modifier and Type Method Description SdkHttpFullRequestGetHostnameSuggestionRequestMarshaller. marshall(GetHostnameSuggestionRequest getHostnameSuggestionRequest)
-