Uses of Interface
software.amazon.awssdk.services.codeconnections.model.UpdateHostRequest.Builder
-
Packages that use UpdateHostRequest.Builder Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.model -
-
Uses of UpdateHostRequest.Builder in software.amazon.awssdk.services.codeconnections
Method parameters in software.amazon.awssdk.services.codeconnections with type arguments of type UpdateHostRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateHostResponse>CodeConnectionsAsyncClient. updateHost(Consumer<UpdateHostRequest.Builder> updateHostRequest)Updates a specified host with the provided configurations.default UpdateHostResponseCodeConnectionsClient. updateHost(Consumer<UpdateHostRequest.Builder> updateHostRequest)Updates a specified host with the provided configurations. -
Uses of UpdateHostRequest.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return UpdateHostRequest.Builder Modifier and Type Method Description static UpdateHostRequest.BuilderUpdateHostRequest. builder()UpdateHostRequest.BuilderUpdateHostRequest.Builder. hostArn(String hostArn)The Amazon Resource Name (ARN) of the host to be updated.UpdateHostRequest.BuilderUpdateHostRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHostRequest.BuilderUpdateHostRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHostRequest.BuilderUpdateHostRequest.Builder. providerEndpoint(String providerEndpoint)The URL or endpoint of the host to be updated.UpdateHostRequest.BuilderUpdateHostRequest. toBuilder()default UpdateHostRequest.BuilderUpdateHostRequest.Builder. vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration)The VPC configuration of the host to be updated.UpdateHostRequest.BuilderUpdateHostRequest.Builder. vpcConfiguration(VpcConfiguration vpcConfiguration)The VPC configuration of the host to be updated.Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type UpdateHostRequest.Builder Modifier and Type Method Description static Class<? extends UpdateHostRequest.Builder>UpdateHostRequest. serializableBuilderClass()
-