Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.UpdateGatewayInstanceRequest.Builder
-
Packages that use UpdateGatewayInstanceRequest.Builder Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.model -
-
Uses of UpdateGatewayInstanceRequest.Builder in software.amazon.awssdk.services.mediaconnect
Method parameters in software.amazon.awssdk.services.mediaconnect with type arguments of type UpdateGatewayInstanceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGatewayInstanceResponse>MediaConnectAsyncClient. updateGatewayInstance(Consumer<UpdateGatewayInstanceRequest.Builder> updateGatewayInstanceRequest)Updates the configuration of an existing Gateway Instance.default UpdateGatewayInstanceResponseMediaConnectClient. updateGatewayInstance(Consumer<UpdateGatewayInstanceRequest.Builder> updateGatewayInstanceRequest)Updates the configuration of an existing Gateway Instance. -
Uses of UpdateGatewayInstanceRequest.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return UpdateGatewayInstanceRequest.Builder Modifier and Type Method Description UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest.Builder. bridgePlacement(String bridgePlacement)The availability of the instance to host new bridges.UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest.Builder. bridgePlacement(BridgePlacement bridgePlacement)The availability of the instance to host new bridges.static UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest. builder()UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest.Builder. gatewayInstanceArn(String gatewayInstanceArn)The Amazon Resource Name (ARN) of the instance that you want to update.UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGatewayInstanceRequest.BuilderUpdateGatewayInstanceRequest. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type UpdateGatewayInstanceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGatewayInstanceRequest.Builder>UpdateGatewayInstanceRequest. serializableBuilderClass()
-