| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BridgePlacement |
UpdateGatewayInstanceResponse.bridgePlacement()
The availability of the instance to host new bridges.
|
BridgePlacement |
UpdateGatewayInstanceRequest.bridgePlacement()
The availability of the instance to host new bridges.
|
BridgePlacement |
GatewayInstance.bridgePlacement()
The availability of the instance to host new bridges.
|
static BridgePlacement |
BridgePlacement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BridgePlacement |
BridgePlacement.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BridgePlacement> |
BridgePlacement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayInstanceResponse.Builder |
UpdateGatewayInstanceResponse.Builder.bridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
UpdateGatewayInstanceRequest.Builder |
UpdateGatewayInstanceRequest.Builder.bridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
GatewayInstance.Builder |
GatewayInstance.Builder.bridgePlacement(BridgePlacement bridgePlacement)
The availability of the instance to host new bridges.
|
Copyright © 2023. All rights reserved.