Uses of Class
software.amazon.awssdk.services.mediaconnect.model.BridgePlacement
-
Packages that use BridgePlacement Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgePlacement in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgePlacement Modifier and Type Method Description BridgePlacementGatewayInstance. bridgePlacement()The availability of the instance to host new bridges.BridgePlacementUpdateGatewayInstanceRequest. bridgePlacement()The availability of the instance to host new bridges.BridgePlacementUpdateGatewayInstanceResponse. bridgePlacement()The availability of the instance to host new bridges.static BridgePlacementBridgePlacement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BridgePlacementBridgePlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static BridgePlacement[]BridgePlacement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgePlacement Modifier and Type Method Description static Set<BridgePlacement>BridgePlacement. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type BridgePlacement Modifier and Type Method Description GatewayInstance.BuilderGatewayInstance.Builder. bridgePlacement(BridgePlacement 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.UpdateGatewayInstanceResponse.BuilderUpdateGatewayInstanceResponse.Builder. bridgePlacement(BridgePlacement bridgePlacement)The availability of the instance to host new bridges.
-