Uses of Interface
software.amazon.awssdk.services.opsworks.model.GetHostnameSuggestionRequest.Builder
-
Packages that use GetHostnameSuggestionRequest.Builder Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.model -
-
Uses of GetHostnameSuggestionRequest.Builder in software.amazon.awssdk.services.opsworks
Method parameters in software.amazon.awssdk.services.opsworks with type arguments of type GetHostnameSuggestionRequest.Builder 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 GetHostnameSuggestionResponseOpsWorksClient. getHostnameSuggestion(Consumer<GetHostnameSuggestionRequest.Builder> getHostnameSuggestionRequest)Gets a generated host name for the specified layer, based on the current host name theme. -
Uses of GetHostnameSuggestionRequest.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return GetHostnameSuggestionRequest.Builder Modifier and Type Method Description static GetHostnameSuggestionRequest.BuilderGetHostnameSuggestionRequest. builder()GetHostnameSuggestionRequest.BuilderGetHostnameSuggestionRequest.Builder. layerId(String layerId)The layer ID.GetHostnameSuggestionRequest.BuilderGetHostnameSuggestionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostnameSuggestionRequest.BuilderGetHostnameSuggestionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHostnameSuggestionRequest.BuilderGetHostnameSuggestionRequest. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type GetHostnameSuggestionRequest.Builder Modifier and Type Method Description static Class<? extends GetHostnameSuggestionRequest.Builder>GetHostnameSuggestionRequest. serializableBuilderClass()
-