Uses of Class
software.amazon.awssdk.services.mediaconnect.model.UpdateGatewayInstanceResponse
-
Packages that use UpdateGatewayInstanceResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of UpdateGatewayInstanceResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return UpdateGatewayInstanceResponse Modifier and Type Method Description default UpdateGatewayInstanceResponseMediaConnectClient. updateGatewayInstance(Consumer<UpdateGatewayInstanceRequest.Builder> updateGatewayInstanceRequest)Updates the configuration of an existing Gateway Instance.default UpdateGatewayInstanceResponseMediaConnectClient. updateGatewayInstance(UpdateGatewayInstanceRequest updateGatewayInstanceRequest)Updates the configuration of an existing Gateway Instance.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type UpdateGatewayInstanceResponse Modifier and Type Method Description default CompletableFuture<UpdateGatewayInstanceResponse>MediaConnectAsyncClient. updateGatewayInstance(Consumer<UpdateGatewayInstanceRequest.Builder> updateGatewayInstanceRequest)Updates the configuration of an existing Gateway Instance.default CompletableFuture<UpdateGatewayInstanceResponse>MediaConnectAsyncClient. updateGatewayInstance(UpdateGatewayInstanceRequest updateGatewayInstanceRequest)Updates the configuration of an existing Gateway Instance.
-