Uses of Class
software.amazon.awssdk.services.connectcases.model.GetFieldResponse
-
Packages that use GetFieldResponse Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of GetFieldResponse in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type GetFieldResponse Modifier and Type Method Description List<GetFieldResponse>BatchGetFieldResponse. fields()A list of detailed field information.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type GetFieldResponse Modifier and Type Method Description BatchGetFieldResponse.BuilderBatchGetFieldResponse.Builder. fields(GetFieldResponse... fields)A list of detailed field information.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type GetFieldResponse Modifier and Type Method Description BatchGetFieldResponse.BuilderBatchGetFieldResponse.Builder. fields(Collection<GetFieldResponse> fields)A list of detailed field information.
-