Uses of Class
software.amazon.awssdk.services.support.model.CaseDetails
-
Packages that use CaseDetails Package Description software.amazon.awssdk.services.support.model software.amazon.awssdk.services.support.paginators -
-
Uses of CaseDetails in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type CaseDetails Modifier and Type Method Description List<CaseDetails>DescribeCasesResponse. cases()The details for the cases that match the request.Methods in software.amazon.awssdk.services.support.model with parameters of type CaseDetails Modifier and Type Method Description DescribeCasesResponse.BuilderDescribeCasesResponse.Builder. cases(CaseDetails... cases)The details for the cases that match the request.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type CaseDetails Modifier and Type Method Description DescribeCasesResponse.BuilderDescribeCasesResponse.Builder. cases(Collection<CaseDetails> cases)The details for the cases that match the request. -
Uses of CaseDetails in software.amazon.awssdk.services.support.paginators
Methods in software.amazon.awssdk.services.support.paginators that return types with arguments of type CaseDetails Modifier and Type Method Description SdkIterable<CaseDetails>DescribeCasesIterable. cases()Returns an iterable to iterate through the paginatedDescribeCasesResponse.cases()member.SdkPublisher<CaseDetails>DescribeCasesPublisher. cases()Returns a publisher that can be used to get a stream of data.
-