Uses of Interface
software.amazon.awssdk.services.connectcases.model.GetCaseResponse.Builder
-
Packages that use GetCaseResponse.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of GetCaseResponse.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return GetCaseResponse.Builder Modifier and Type Method Description static GetCaseResponse.BuilderGetCaseResponse. builder()GetCaseResponse.BuilderGetCaseResponse.Builder. fields(Collection<FieldValue> fields)A list of detailed field information.GetCaseResponse.BuilderGetCaseResponse.Builder. fields(Consumer<FieldValue.Builder>... fields)A list of detailed field information.GetCaseResponse.BuilderGetCaseResponse.Builder. fields(FieldValue... fields)A list of detailed field information.GetCaseResponse.BuilderGetCaseResponse.Builder. nextToken(String nextToken)The token for the next set of results.GetCaseResponse.BuilderGetCaseResponse.Builder. tags(Map<String,String> tags)A map of of key-value pairs that represent tags on a resource.GetCaseResponse.BuilderGetCaseResponse.Builder. templateId(String templateId)A unique identifier of a template.GetCaseResponse.BuilderGetCaseResponse. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type GetCaseResponse.Builder Modifier and Type Method Description static Class<? extends GetCaseResponse.Builder>GetCaseResponse. serializableBuilderClass()
-