default CreateHostedZoneResponse |
Route53Client.createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest) |
Creates a new public or private hosted zone.
|
default CreateHostedZoneResponse |
Route53Client.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest) |
Creates a new public or private hosted zone.
|
default DeleteReusableDelegationSetResponse |
Route53Client.deleteReusableDelegationSet(Consumer<DeleteReusableDelegationSetRequest.Builder> deleteReusableDelegationSetRequest) |
Deletes a reusable delegation set.
|
default DeleteReusableDelegationSetResponse |
Route53Client.deleteReusableDelegationSet(DeleteReusableDelegationSetRequest deleteReusableDelegationSetRequest) |
Deletes a reusable delegation set.
|
default GetReusableDelegationSetResponse |
Route53Client.getReusableDelegationSet(Consumer<GetReusableDelegationSetRequest.Builder> getReusableDelegationSetRequest) |
Retrieves information about a specified reusable delegation set, including the four name servers that are
assigned to the delegation set.
|
default GetReusableDelegationSetResponse |
Route53Client.getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest) |
Retrieves information about a specified reusable delegation set, including the four name servers that are
assigned to the delegation set.
|
default GetReusableDelegationSetLimitResponse |
Route53Client.getReusableDelegationSetLimit(Consumer<GetReusableDelegationSetLimitRequest.Builder> getReusableDelegationSetLimitRequest) |
Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.
|
default GetReusableDelegationSetLimitResponse |
Route53Client.getReusableDelegationSetLimit(GetReusableDelegationSetLimitRequest getReusableDelegationSetLimitRequest) |
Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.
|
default ListHostedZonesResponse |
Route53Client.listHostedZones() |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesResponse |
Route53Client.listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest) |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesResponse |
Route53Client.listHostedZones(ListHostedZonesRequest listHostedZonesRequest) |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesIterable |
Route53Client.listHostedZonesPaginator() |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesIterable |
Route53Client.listHostedZonesPaginator(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest) |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesIterable |
Route53Client.listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest) |
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|