Uses of Interface
software.amazon.awssdk.services.cloudhsm.model.ListHapgsResponse.Builder
-
Packages that use ListHapgsResponse.Builder Package Description software.amazon.awssdk.services.cloudhsm.model -
-
Uses of ListHapgsResponse.Builder in software.amazon.awssdk.services.cloudhsm.model
Methods in software.amazon.awssdk.services.cloudhsm.model that return ListHapgsResponse.Builder Modifier and Type Method Description static ListHapgsResponse.BuilderListHapgsResponse. builder()ListHapgsResponse.BuilderListHapgsResponse.Builder. hapgList(String... hapgList)The list of high-availability partition groups.ListHapgsResponse.BuilderListHapgsResponse.Builder. hapgList(Collection<String> hapgList)The list of high-availability partition groups.ListHapgsResponse.BuilderListHapgsResponse.Builder. nextToken(String nextToken)If not null, more results are available.ListHapgsResponse.BuilderListHapgsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudhsm.model that return types with arguments of type ListHapgsResponse.Builder Modifier and Type Method Description static Class<? extends ListHapgsResponse.Builder>ListHapgsResponse. serializableBuilderClass()
-