Uses of Class
software.amazon.awssdk.services.ec2.model.DataResponse
Packages that use DataResponse
Package
Description
-
Uses of DataResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DataResponseModifier and TypeMethodDescriptionfinal List<DataResponse>GetAwsNetworkPerformanceDataResponse.dataResponses()The list of data responses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DataResponseModifier and TypeMethodDescriptionGetAwsNetworkPerformanceDataResponse.Builder.dataResponses(DataResponse... dataResponses) The list of data responses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DataResponseModifier and TypeMethodDescriptionGetAwsNetworkPerformanceDataResponse.Builder.dataResponses(Collection<DataResponse> dataResponses) The list of data responses. -
Uses of DataResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DataResponseModifier and TypeMethodDescriptionfinal SdkIterable<DataResponse>GetAwsNetworkPerformanceDataIterable.dataResponses()Returns an iterable to iterate through the paginatedGetAwsNetworkPerformanceDataResponse.dataResponses()member.final SdkPublisher<DataResponse>GetAwsNetworkPerformanceDataPublisher.dataResponses()Returns a publisher that can be used to get a stream of data.