Uses of Interface
software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest.Builder
-
Packages that use GetIpamAddressHistoryRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of GetIpamAddressHistoryRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetIpamAddressHistoryRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIpamAddressHistoryResponse>Ec2AsyncClient. getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope.default GetIpamAddressHistoryResponseEc2Client. getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope.default GetIpamAddressHistoryPublisherEc2AsyncClient. getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope.default GetIpamAddressHistoryIterableEc2Client. getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope. -
Uses of GetIpamAddressHistoryRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetIpamAddressHistoryRequest.Builder Modifier and Type Method Description static GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest. builder()GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. cidr(String cidr)The CIDR you want the history of.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. dryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. endTime(Instant endTime)The end of the time period for which you are looking for history.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. ipamScopeId(String ipamScopeId)The ID of the IPAM scope that the CIDR is in.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. maxResults(Integer maxResults)The maximum number of historical results you would like returned per page.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. startTime(Instant startTime)The start of the time period for which you are looking for history.GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest. toBuilder()GetIpamAddressHistoryRequest.BuilderGetIpamAddressHistoryRequest.Builder. vpcId(String vpcId)The ID of the VPC you want your history records filtered by.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetIpamAddressHistoryRequest.Builder Modifier and Type Method Description static Class<? extends GetIpamAddressHistoryRequest.Builder>GetIpamAddressHistoryRequest. serializableBuilderClass()
-