| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
OutpostResolver |
OutpostResolver.clone() |
OutpostResolver |
UpdateOutpostResolverResult.getOutpostResolver()
The response to an
UpdateOutpostResolver request. |
OutpostResolver |
GetOutpostResolverResult.getOutpostResolver()
Information about the
GetOutpostResolver request, including the status of the request. |
OutpostResolver |
CreateOutpostResolverResult.getOutpostResolver()
Information about the
CreateOutpostResolver request, including the status of the request. |
OutpostResolver |
DeleteOutpostResolverResult.getOutpostResolver()
Information about the
DeleteOutpostResolver request, including the status of the request. |
OutpostResolver |
OutpostResolver.withArn(String arn)
The ARN (Amazon Resource Name) for the Resolver on an Outpost.
|
OutpostResolver |
OutpostResolver.withCreationTime(String creationTime)
The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time
(UTC).
|
OutpostResolver |
OutpostResolver.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the Resolver endpoint.
|
OutpostResolver |
OutpostResolver.withId(String id)
The ID of the Resolver on Outpost.
|
OutpostResolver |
OutpostResolver.withInstanceCount(Integer instanceCount)
Amazon EC2 instance count for the Resolver on the Outpost.
|
OutpostResolver |
OutpostResolver.withModificationTime(String modificationTime)
The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time
(UTC).
|
OutpostResolver |
OutpostResolver.withName(String name)
Name of the Resolver.
|
OutpostResolver |
OutpostResolver.withOutpostArn(String outpostArn)
The ARN (Amazon Resource Name) for the Outpost.
|
OutpostResolver |
OutpostResolver.withPreferredInstanceType(String preferredInstanceType)
The Amazon EC2 instance type.
|
OutpostResolver |
OutpostResolver.withStatus(OutpostResolverStatus status)
Status of the Resolver.
|
OutpostResolver |
OutpostResolver.withStatus(String status)
Status of the Resolver.
|
OutpostResolver |
OutpostResolver.withStatusMessage(String statusMessage)
A detailed description of the Resolver.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutpostResolver> |
ListOutpostResolversResult.getOutpostResolvers()
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateOutpostResolverResult.setOutpostResolver(OutpostResolver outpostResolver)
The response to an
UpdateOutpostResolver request. |
void |
GetOutpostResolverResult.setOutpostResolver(OutpostResolver outpostResolver)
Information about the
GetOutpostResolver request, including the status of the request. |
void |
CreateOutpostResolverResult.setOutpostResolver(OutpostResolver outpostResolver)
Information about the
CreateOutpostResolver request, including the status of the request. |
void |
DeleteOutpostResolverResult.setOutpostResolver(OutpostResolver outpostResolver)
Information about the
DeleteOutpostResolver request, including the status of the request. |
UpdateOutpostResolverResult |
UpdateOutpostResolverResult.withOutpostResolver(OutpostResolver outpostResolver)
The response to an
UpdateOutpostResolver request. |
GetOutpostResolverResult |
GetOutpostResolverResult.withOutpostResolver(OutpostResolver outpostResolver)
Information about the
GetOutpostResolver request, including the status of the request. |
CreateOutpostResolverResult |
CreateOutpostResolverResult.withOutpostResolver(OutpostResolver outpostResolver)
Information about the
CreateOutpostResolver request, including the status of the request. |
DeleteOutpostResolverResult |
DeleteOutpostResolverResult.withOutpostResolver(OutpostResolver outpostResolver)
Information about the
DeleteOutpostResolver request, including the status of the request. |
ListOutpostResolversResult |
ListOutpostResolversResult.withOutpostResolvers(OutpostResolver... outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOutpostResolversResult.setOutpostResolvers(Collection<OutpostResolver> outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
ListOutpostResolversResult |
ListOutpostResolversResult.withOutpostResolvers(Collection<OutpostResolver> outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
Copyright © 2024. All rights reserved.