Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminGetDeviceResponse.Builder
-
Packages that use AdminGetDeviceResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdminGetDeviceResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminGetDeviceResponse.Builder Modifier and Type Method Description static AdminGetDeviceResponse.BuilderAdminGetDeviceResponse. builder()default AdminGetDeviceResponse.BuilderAdminGetDeviceResponse.Builder. device(Consumer<DeviceType.Builder> device)The device.AdminGetDeviceResponse.BuilderAdminGetDeviceResponse.Builder. device(DeviceType device)The device.AdminGetDeviceResponse.BuilderAdminGetDeviceResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminGetDeviceResponse.Builder Modifier and Type Method Description static Class<? extends AdminGetDeviceResponse.Builder>AdminGetDeviceResponse. serializableBuilderClass()
-