| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model | |
| software.amazon.awssdk.services.gamelift.paginators |
| Modifier and Type | Method and Description |
|---|---|
Compute |
RegisterComputeResponse.compute()
The details of the compute resource you registered to the specified fleet.
|
Compute |
DescribeComputeResponse.compute()
The details of the compute resource you registered to the specified fleet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Compute> |
ListComputeResponse.computeList()
A list of compute resources registered to the fleet you specified.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterComputeResponse.Builder |
RegisterComputeResponse.Builder.compute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
DescribeComputeResponse.Builder |
DescribeComputeResponse.Builder.compute(Compute compute)
The details of the compute resource you registered to the specified fleet.
|
ListComputeResponse.Builder |
ListComputeResponse.Builder.computeList(Compute... computeList)
A list of compute resources registered to the fleet you specified.
|
| Modifier and Type | Method and Description |
|---|---|
ListComputeResponse.Builder |
ListComputeResponse.Builder.computeList(Collection<Compute> computeList)
A list of compute resources registered to the fleet you specified.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Compute> |
ListComputeIterable.computeList()
Returns an iterable to iterate through the paginated
ListComputeResponse.computeList() member. |
SdkPublisher<Compute> |
ListComputePublisher.computeList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.