Uses of Interface
software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest.Builder
Packages that use GetIpamAddressHistoryRequest.Builder
Package
Description
-
Uses of GetIpamAddressHistoryRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetIpamAddressHistoryRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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) This is a variant ofEc2AsyncClient.getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest)operation.default GetIpamAddressHistoryIterableEc2Client.getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest) This is a variant ofEc2Client.getIpamAddressHistory(software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryRequest)operation. -
Uses of GetIpamAddressHistoryRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetIpamAddressHistoryRequest.BuilderModifier and TypeMethodDescriptionGetIpamAddressHistoryRequest.builder()The CIDR you want the history of.A check for whether you have the required permissions for the action without actually making the request and provides an error response.The end of the time period for which you are looking for history.GetIpamAddressHistoryRequest.Builder.ipamScopeId(String ipamScopeId) The ID of the IPAM scope that the CIDR is in.GetIpamAddressHistoryRequest.Builder.maxResults(Integer maxResults) The maximum number of historical results you would like returned per page.The token for the next page of results.GetIpamAddressHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetIpamAddressHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The start of the time period for which you are looking for history.GetIpamAddressHistoryRequest.toBuilder()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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIpamAddressHistoryRequest.Builder>GetIpamAddressHistoryRequest.serializableBuilderClass()