Uses of Class
software.amazon.awssdk.services.ec2.model.DataResponse
-
Packages that use DataResponse Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 DataResponse Modifier and Type Method Description List<DataResponse>GetAwsNetworkPerformanceDataResponse. dataResponses()The list of data responses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DataResponse Modifier and Type Method Description GetAwsNetworkPerformanceDataResponse.BuilderGetAwsNetworkPerformanceDataResponse.Builder. dataResponses(DataResponse... dataResponses)The list of data responses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DataResponse Modifier and Type Method Description GetAwsNetworkPerformanceDataResponse.BuilderGetAwsNetworkPerformanceDataResponse.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 DataResponse Modifier and Type Method Description SdkIterable<DataResponse>GetAwsNetworkPerformanceDataIterable. dataResponses()Returns an iterable to iterate through the paginatedGetAwsNetworkPerformanceDataResponse.dataResponses()member.SdkPublisher<DataResponse>GetAwsNetworkPerformanceDataPublisher. dataResponses()Returns a publisher that can be used to get a stream of data.
-